BlockAge Adult blocker

BlockAge Adult blocker

BlockAge Adult blocker: Simple and free adult control blocker. The app blocks adult content and requires a passphrase to override.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "BlockAge Adult blocker",
  "background": {
    "scripts": [
      "./js/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "./js/content.js"
      ],
      "css": [
        "./css/block-page.css"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png",
    "300": "icons/icon-300.png"
  },
  "web_accessible_resources": [
    "domains.json",
    "html/settings-access.html",
    "icons/logo.svg",
    "icons/hide-password.svg",
    "icons/display-password.svg"
  ],
  "default_locale": "en",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "options_page": "./html/settings.html",
  "description": "__MSG_description__",
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://www.googletagmanager.com https://*.googleapis.com blob:; object-src 'self'",
  "permissions": [
    "storage",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ],
  "version": "0.8.1",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}