{
  "background": {
    "service_worker": "worker.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "description": "Lightspeed Filter Agent for Chrome",
  "externally_connectable": {
    "ids": [
      "adkcpkpghahmbopkjchobieckeoaoeem",
      "egnmgclkeiioginamdjpnglaooajmcjm"
    ]
  },
  "host_permissions": [
    "<all_urls>",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "128": "icon-128.png",
    "16": "icon-16.png"
  },
  "incognito": "spanning",
  "manifest_version": 3,
  "name": "Lightspeed Filter Agent",
  "options_page": "options.html",
  "permissions": [
    "webRequest",
    "idle",
    "background",
    "tabs",
    "storage",
    "history",
    "webRequestBlocking",
    "identity",
    "identity.email",
    "management",
    "enterprise.deviceAttributes",
    "enterprise.networkingAttributes",
    "proxy",
    "bookmarks"
  ],
  "update_url": "https://lsrelay-extensions-production.s3.amazonaws.com/chrome-filter/0b9527b61b380c10c8d33d080903495f2364e8f42b8609ba2bf04cdf9c8c5312/v3/ChromeFilter.xml",
  "version": "4.2.11.1776323191",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "blocked.png"
      ]
    }
  ]
}