Extension Manager

Extension Manager

Manage extensions, Quickly enable/disable, Support batching operation, Smart sorting. Fast, Simple and Secure.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "short_name": "__MSG_extNameShort__",
  "version": "1.0.0",
  "default_locale": "zh_CN",
  "offline_enabled": true,
  "description": "__MSG_extDesr__",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "128": "assets/icon/128.png"
    },
    "default_title": "__MSG_extName__",
    "default_popup": "popup.html"
  },
  "permissions": [
    "management",
    "storage"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.googletagmanager.com http://localhost:8080 https://www.google-analytics.com https://ssl.google-analytics.com https://s.union.360.cn; object-src 'self'",
  "options_page": "option.html",
  "icons": {
    "128": "assets/icon/128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}