{
  "action": {
    "default_popup": "action.html"
  },
  "background": {
    "service_worker": "worker.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "description": "Lightspeed Filter Helper for Chrome",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "128": "assets/icon-128-c.png",
    "16": "assets/icon-16.png"
  },
  "manifest_version": 3,
  "name": "Lightspeed Filter Helper",
  "permissions": [
    "activeTab",
    "alarms",
    "identity",
    "identity.email",
    "offscreen",
    "scripting",
    "storage",
    "tabs",
    "webNavigation"
  ],
  "update_url": "https://lsrelay-extensions-production.s3.amazonaws.com/FilterHelper/b2bf1366499be6fd2baaba37204fa297ed67afdc8567e684aea213ceecf64d77/FilterHelperAgent.xml",
  "version": "1.3.3.1778960239",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "models/*",
        "assets/*",
        "main.wasm"
      ]
    }
  ]
}