Safe Web

Safe Web

Web filter and parental control. Blocker for porn, malicious and adult sites.

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_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "16": "puzzle16.png",
    "48": "puzzle48.png",
    "128": "safeWeb128.png"
  },
  "version": "2.2.2",
  "author": "__MSG_appAuthor__",
  "action": {
    "default_icon": "safeWeb48.png",
    "default_title": "__MSG_actDefaultTitle__",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "webNavigation",
    "cookies"
  ],
  "host_permissions": [
    "https://www.extendbrowser.com/*",
    "*://www.youtube.com/*",
    "*://youtube.com/*",
    "https://z.api.safedns.com/*"
  ]
}