Parental Control. Blocks porn, malware, etc.

Parental Control. Blocks porn, malware, etc.

Protect your children from unwanted content and your PC from malware.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "2.0.2",
  "default_locale": "en",
  "incognito": "spanning",
  "background": {
    "service_worker": "/js/sw.js"
  },
  "permissions": [
    "tabs",
    "alarms",
    "storage",
    "downloads",
    "webRequest",
    "unlimitedStorage",
    "declarativeNetRequest"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "",
    "default_icon": {
      "16": "/assets/images/get_started16.png",
      "32": "/assets/images/get_started32.png",
      "48": "/assets/images/get_started48.png",
      "128": "/assets/images/get_started128.png"
    }
  },
  "icons": {
    "16": "/assets/images/get_started16.png",
    "32": "/assets/images/get_started32.png",
    "48": "/assets/images/get_started48.png",
    "128": "/assets/images/get_started128.png"
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/assets/images/*.*",
        "/block.html"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}