{
   "action": {
      "default_icon": "icons/extension_manager.png",
      "default_popup": "html/popup.html",
      "default_title": "Extension Manager by cloudHQ"
   },
   "author": "https://www.cloudhq.net",
   "background": {
      "service_worker": "background.js"
   },
   "content_scripts": [ {
      "js": [ "cloudhq.js" ],
      "matches": [ "https://www.cloudhq.net/*" ],
      "run_at": "document_end"
   } ],
   "converted_from_user_script": true,
   "description": "Manage extensions - a simple menu to enable, disable and access options of extensions.",
   "externally_connectable": {
      "matches": [ "*://*.cloudhq.net/*" ]
   },
   "host_permissions": [ "https://www.cloudhq.net/" ],
   "icons": {
      "128": "icons/icon-128x128.png",
      "48": "icons/icon-48x48.png"
   },
   "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvVuQtu6Jgn6hgW57JKU+/NZmGXCCeIPzyD9v6uDHxkIYxF7TWoTCYcVirGj4VNb2xmAzr/zCkDJFnaJwQjrKCKbQa0nG938rxa1lXO9TjkOSfGvCP4DFzYKBLoJalo5sW9LnLAj5OveaaSG0f8Yyd3MYwL5/RDnmVSCSrmbiWZ3z7HIhJ/mKgTFiruHhSsFLJ670KwtNBtkNK8SIRE6S6iSI0zRM3eps8mQtfuZQnGx4mh2AL5IjmZ8LxcC3IaQ7x518wiK0Yq0MRP3FFxidDMqENpUQ3rSyxQhr5dz/+25/dCSMxicBuYV+mtd1nXU5gkNfrxqFrMl8XdvHh8rRAQIDAQAB",
   "manifest_version": 3,
   "name": "Chrome Extension Manager by cloudHQ",
   "permissions": [ "scripting", "storage", "background", "management" ],
   "short_name": "Chrome Extension Manager by cloudHQ",
   "update_url": "https://clients2.google.com/service/update2/crx",
   "version": "1.0.2.9",
   "web_accessible_resources": [ {
      "matches": [ "*://*.cloudhq.net/*" ],
      "resources": [ "javascripts/*", "icons/*", "*" ]
   } ]
}
