Inspect and view changes in Prodigy Hacking Extension | X Loader source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Prodigy Hacking Extension | X Loader",
"version": "1.0.2",
"description": "A loader for the Prodigy Hack Prodigy X",
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"content_scripts": [
{
"matches": [
"*://*.math.prodigygame.com/?launcher=true*"
],
"js": [
"contentScript.js"
],
"host_permissions": {
"0": "*://*.prodigygame.com/*",
"1": "*://raw.githubusercontent.com/*"
}
}
],
"browser_specific_settings": {
"gecko": {
"id": "{30421dd1-c526-4a36-815b-2c3b80ceb703}"
}
}
}