{
  "action": {
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "description": "Zero Trust Connector",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "128": "logos/iboss-logo-128.png",
    "16": "logos/iboss-logo-16.png",
    "48": "logos/iboss-logo-48.png"
  },
  "incognito": "spanning",
  "manifest_version": 3,
  "name": "iboss Cloud Connector",
  "options_page": "/index.html#options",
  "permissions": [
    "activeTab",
    "alarms",
    "browsingData",
    "contextMenus",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "downloads",
    "enterprise.deviceAttributes",
    "enterprise.networkingAttributes",
    "identity",
    "identity.email",
    "idle",
    "management",
    "notifications",
    "proxy",
    "scripting",
    "storage",
    "tabs",
    "webRequest",
    "webRequestAuthProvider",
    "webRequestBlocking"
  ],
  "storage": {
    "managed_schema": "schema.json"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.130",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "index.html",
        "static/js/*.js",
        "static/css/*.css",
        "dnrPage.html",
        "dnrPage.js",
        "override.html",
        "override.js",
        "restricted.html",
        "restricted.js",
        "services/riskContentDetectionContent.js"
      ]
    }
  ]
}