Extensity

Extensity

Quickly enable/disable Microsoft Edge extensions

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "name": "Extensity",
  "version": "1.10.15",
  "manifest_version": 2,
  "description": "Quickly enable/disable Microsoft Edge extensions",
  "options_page": "options.html",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/iconbar.png",
    "default_title": "Extensity",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "js/migration.js"
    ],
    "persistent": true
  },
  "permissions": [
    "management",
    "storage",
    "*://*/*",
    "tabs"
  ]
}