Extensions Manager

Extensions Manager

This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Extensions Manager",
  "manifest_version": 3,
  "version": "1.0.4.1",
  "description": "This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them",
  "permissions": [
    "management"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_icon": {
      "19": "icon48.png",
      "38": "icon48.png"
    },
    "default_title": "Extensions Manager",
    "default_popup": "popup.html"
  }
}