Edgenuity stelth

Edgenuity stelth

Provided by: Connor O'Hara |

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Edgenuity stelth",
  "author": "Connor O'Hara",
  "description": "Provided by: Connor O'Hara |",
  "version": "1.0",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "permissions": [
    "activeTab",
    "background",
    "tabs",
    "http://*/*"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "http://learn.education2020.com/*",
        "https://learn.education2020.com/*"
      ],
      "js": [
        "myscript.js",
        "scrip.js"
      ],
      "css": [
        "class.css"
      ]
    }
  ],
  "web_accessible_resources": [
    ""
  ]
}