Netsweeper Client Filter

Netsweeper Client Filter

Netsweeper Client Filter

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "53.0"
    }
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "53.0"
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "images/small.png",
      "48": "images/48.png",
      "128": "images/128.png"
    },
    "default_title": "Netsweeper Client Filter"
  },
  "description": "Netsweeper Client Filter",
  "icons": {
    "16": "images/small.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "21",
  "name": "Netsweeper Client Filter",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "webNavigation",
    "storage",
    "identity",
    "identity.email",
    "enterprise.deviceAttributes"
  ],
  "web_accessible_resources": [
    "error.html",
    "denied.html",
    "disclosure.html",
    "lib/nmonitor.wasm.map"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "storage": {
    "managed_schema": "schema.json"
  },
  "version": "11.50.54"
}