JavaScript Manager

JavaScript Manager

An easily way to turn ON/OFF website's JavaScript

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_AppName__",
  "description": "__MSG_AppDesc__",
  "version": "1.0.1",
  "manifest_version": 2,
  "default_locale": "en",
  "permissions": [
    "contentSettings",
    "activeTab"
  ],
  "browser_action": {
    "default_icon": {
      "20": "images/20.png",
      "40": "images/40.png"
    }
  },
  "background": {
    "persistent": false,
    "scripts": [
      "/js/background.js",
      "/js/update-conf.js",
      "/js/update.js"
    ]
  },
  "homepage_url": "https://js-manager.freebusinessapps.net",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "container": [
    "GOOGLE_DRIVE"
  ],
  "offline_enabled": true,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}