a9 Web Protection: filter, parental control

a9 Web Protection: filter, parental control

Top-rated parental control tool, web filter, porn blocker, cybersecurity defense and safe search for chrome browser and chromebooks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.0.4",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "permissions": [
    "<all_urls>",
    "http://*/*",
    "https://*/*",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "alarms"
  ],
  "web_accessible_resources": [
    "options.html"
  ],
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "js": [
        "scripts/libs/ipaddr.min.js",
        "scripts/shared.js",
        "scripts/content.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://www.gstatic.com/ https://apis.google.com/ https://www.googleapis.com; object-src 'self'",
  "options_page": "options.html",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/black-48.png",
      "48": "images/black-48.png"
    }
  },
  "icons": {
    "16": "images/green-48.png",
    "32": "images/black-48.png",
    "48": "images/black-48.png",
    "128": "images/black-128.png"
  },
  "manifest_version": 2,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuGpqLZi5Xn/oZu0uMTAxng/0K8a1AqGXCBq/ChZi35exfZl6dPcvuh6miPw1Ylc8T7qtoYr+wJyBnSKfK96Fg4lVFmu6wzv8AwDv34TnKF+dtc1gq67Fyc5hZwAzjPqu18kbsBU89eXu3dodQi3jLql4ix0blwfE05pOagLKzSy3O1xMEX2+AuSI1x+l8u4BFkWX8N9N1novgobzDwMuPaMXKwZNTs62lkxlLl77EfzyCQ8oEC3maVqyk+wMGwi8hvXy+lFenm4g3Wlv8FDmsRBcuFn9stZZzGnToi/JYUrfgq+QLkG3PoUSqkSiGMoiwXB8LerNRAxjbqquc/2klwIDAQAB",
  "oauth2": {
    "client_id": "908287255028-3pg3f5br8fh9pfnej7ou8414jhca6vvj.apps.googleusercontent.com",
    "scopes": [
      "email"
    ]
  },
  "minimum_chrome_version": "72"
}