Byte Eight Lab - MultiTool

Byte Eight Lab - MultiTool

Web Developer Toolkit

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Byte Eight Lab - MultiTool",
  "version": "0.6",
  "description": "__MSG_manifest_description__",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "scripting",
    "cookies",
    "tabs",
    "webRequest",
    "declarativeNetRequestWithHostAccess",
    "alarms"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "background": {
    "service_worker": "/js/background/service_worker.js",
    "type": "module"
  },
  "action": {
    "default_popup": "/popup.html",
    "default_title": "BEL.MT"
  },
  "default_locale": "en",
  "icons": {
    "16": "/img/logo-16.png",
    "32": "/img/logo-32.png",
    "48": "/img/logo-48.png",
    "128": "/img/logo-128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}