{
  "action": {
    "default_icon": "ext-ico-xl-48.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.bundle.js"
  },
  "content_scripts": [
    {
      "css": [
        "content.styles.css"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ]
    }
  ],
  "default_locale": "en",
  "description": "The free Blocksi AI Web Filter for Chrome ensures safe browsing by blocking sites, apps, and content\u2014all in the cloud.",
  "devtools_page": "devtools.html",
  "icons": {
    "48": "ext-ico-xl-48.png"
  },
  "manifest_version": 3,
  "name": "Blocksi AI Web Filter",
  "options_page": "optionstab.html",
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "alarms",
    "webNavigation",
    "history"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.1.2",
  "web_accessible_resources": [
    {
      "matches": [],
      "resources": [
        "content.styles.css",
        "ext-ico.svg",
        "icon-34.png",
        "ext-ico-xl-48.png"
      ]
    }
  ]
}