Haram Police Beta

Haram Police Beta

Blocks Haram websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Haram Police Beta",
  "version": "0.2",
  "description": "Blocks Haram websites.",
  "action": {
    "default_popup": "popup/index.html",
    "default_title": "The sketch!!!"
  },
  "permissions": [
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "declarativeNetRequestWithHostAccess",
    "storage",
    "tabs",
    "notifications"
  ],
  "icons": {
    "128": "logo.png"
  },
  "background": {
    "service_worker": "service_worker.js"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "popup/script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/block.html",
        "dating_block.html",
        "social_block.html",
        "gambling_block.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}