{
  "background": {
    "service_worker": "js/serviceWorker.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/content_script.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": "Education Pro Browser Extension MV3 for use on Windows and Mac with EdPro client installed",
  "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": "Education Pro Browser Extension MV3",
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "webNavigation"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.10.0.1"
}