Path: blob/master/PHEx/src/manifest.json
3324 views
{1"name": "Prodigy Hacking Extension | PHEx",2"manifest_version": 3,3"version": "3.0.2",4"description": "Free and open source hacks for Prodigy Math Game",5"author": "ProdigyPNP",67"permissions": [8"declarativeNetRequest",9"storage"10],11"host_permissions": [12"*://*.prodigygame.com/*",13"https://raw.githubusercontent.com/*",14"https://infinitezero.net/*"15],16"icons": {17"16": "assets/x16.png",18"48": "assets/x48.png",19"128": "assets/x128.png"20},21"declarative_net_request" : {22"rule_resources" : [23{24"id": "rulesets",25"enabled": true,26"path": "block.json"27}28]29},30"content_scripts": [{31"matches": ["https://math.prodigygame.com/*"],32"js": ["disableIntegrity.js", "swal/sweetalert2.all.min.js"]33}],34"action": {35"default_popup": "popup.html",36"default_icons": {37"16": "assets/x16.png",38"48": "assets/x48.png",39"128": "assets/x128.png"40},41"default_title": "Prodigy Hacking Extension | PHEx"42}43}444546