{
  "action": {
    "default_icon": {
      "16": "class-icons/stopped-icon16.png",
      "32": "class-icons/stopped-icon32.png",
      "48": "class-icons/stopped-icon48.png",
      "64": "class-icons/stopped-icon64.png"
    },
    "default_popup": "extension-menu.html",
    "default_title": "Impero Backdrop"
  },
  "background": {
    "service_worker": "js/serviceWorker.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/content_script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self' 'wasm-unsafe-eval';"
  },
  "default_locale": "en",
  "description": "Impero Backdrop MV3",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "128": "class-icons/stopped-icon128.png",
    "16": "class-icons/stopped-icon16.png",
    "32": "class-icons/stopped-icon32.png",
    "48": "class-icons/stopped-icon48.png",
    "64": "class-icons/stopped-icon64.png",
    "96": "class-icons/stopped-icon96.png"
  },
  "manifest_version": 3,
  "name": "Impero Backdrop MV3",
  "permissions": [
    "identity",
    "identity.email",
    "contextMenus",
    "storage",
    "offscreen",
    "enterprise.deviceAttributes",
    "bookmarks",
    "tabs",
    "activeTab",
    "unlimitedStorage",
    "webNavigation",
    "notifications",
    "downloads",
    "desktopCapture",
    "system.display"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "4.0.286"
}