Free porn blocker

Free porn blocker

This Free porn blocker will help block sites with porn, adult and inappropriate content

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__",
  "short_name": "SiteBlockers",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "0.0.9",
  "action": {
    "default_icon": "img/imageye128.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "match_about_blank": true,
      "all_frames": true
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "128": "img/imageye128.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "der.html",
        "setting.html",
        "successful.html"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  }
}