{
  "action": {
    "default_icon": {
      "128": "icon128.png",
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "64": "icon64.png",
      "96": "icon96.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "js/serviceWorker.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/ativionContent.js"
      ],
      "matches": [
        "<all_urls>",
        "http://*/*",
        "https://*/*"
      ],
      "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": "Client for classroom management and web filtering",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "128": "icon128.png",
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "96": "icon96.png"
  },
  "manifest_version": 3,
  "name": "StudentKeeper",
  "permissions": [
    "activeTab",
    "identity",
    "identity.email",
    "storage",
    "offscreen",
    "enterprise.deviceAttributes",
    "bookmarks",
    "tabs",
    "unlimitedStorage",
    "alarms",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "enterprise.hardwarePlatform",
    "webRequestAuthProvider",
    "scripting",
    "downloads",
    "enterprise.networkingAttributes",
    "declarativeNetRequest"
  ],
  "storage": {
    "managed_schema": "schema.json"
  },
  "update_url": "https://cdn.imp.contentkeeper.net/clients/production/chrome/update-manifest.xml",
  "version": "1.2.19.1232",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "./js/Filtering/DslWasm.js",
        "./js/Filtering/dynamicSafeListing.js",
        "loading.html",
        "settings.html",
        "models/*",
        "../public/CaptureBlocked.png",
        "offscreen.html",
        "./js/offscreen.js",
        "diagnostics.html",
        "filterResponse.html"
      ]
    }
  ]
}