Prodigy Hacking Extension (PHEx)

Prodigy Hacking Extension (PHEx)

PHEx is an extension made to raise awareness of security issues for Prodigy

Additional files are visible only to premium users

manifest.json


{
  "name": "Prodigy Hacking Extension (PHEx)",
  "version": "2.1.5",
  "description": "PHEx is an extension made to raise awareness of security issues for Prodigy",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*.prodigygame.com/*",
    "https://raw.githubusercontent.com/*"
  ],
  "icons": {
    "16": "assets/x16.png",
    "48": "assets/x48.png",
    "128": "assets/x128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://play.prodigygame.com/*"
      ],
      "js": [
        "disableIntegrity.js"
      ]
    }
  ],
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}