{
  "action": {
    "default_icon": "/icons/32.png",
    "default_popup": "/pages/popup.html"
  },
  "background": {
    "service_worker": "/background/main.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "/content-scripts/injected/main.js"
      ],
      "match_about_blank": true,
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start",
      "world": "MAIN"
    },
    {
      "all_frames": true,
      "js": [
        "/content-scripts/isolated/main.js"
      ],
      "match_about_blank": true,
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start",
      "world": "ISOLATED"
    }
  ],
  "description": "Chromebook exploit detection and prevention.",
  "externally_connectable": {
    "matches": [
      "https://report-webview.bypatrol.com/*"
    ]
  },
  "host_permissions": [
    "*://*/*"
  ],
  "icons": {
    "128": "/icons/128.png",
    "16": "/icons/16.png",
    "32": "/icons/32.png",
    "48": "/icons/48.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtG/zUHwreGIFiwOvI5SInTNxyKVi4+E0U+fTrl+3WpG4XL/z1CKbYuueVi0zVwF9RdOe1sxhSmDu/AWRYZIsC3ex2MH3caWFnCI/Cn53VQ2qOXqBomY56gbqwryTEqUi7a4ui15eRxCgaaRxfX8oIzd6hWF+4nBHBO7lncXjGb/77XdFq2jbe3gM2aAcTGC+y0eah5mVDrTwdNsCo5U1suPaBecIRJHnUniwyuElnb3AaJpAvo1UME3gHGqhrgYIdHxZ3tgkcB6ofxj3Q3RYC1kbyUW97j7YRJ7RyDMJ4ttsGQcl3D9FS+fY3FA2yb6tn8c810GTqCRCq3AYDtxGFQIDAQAB",
  "manifest_version": 3,
  "minimum_chrome_version": "93",
  "name": "Bypatrol",
  "permissions": [
    "management",
    "tabs",
    "webNavigation",
    "webRequest",
    "declarativeNetRequest",
    "alarms",
    "storage",
    "unlimitedStorage",
    "cookies",
    "browsingData",
    "identity",
    "identity.email"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.54.6"
}