BlockP: AI Website, App & Porn Blocker

BlockP: AI Website, App & Porn Blocker

Free AI Based chrome productivity & porn blocker defends against websites, keywords, and adult 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_extName__",
  "description": "__MSG_extDesc__",
  "version": "1.0.8",
  "permissions": [
    "tabs",
    "storage",
    "scripting",
    "notifications",
    "alarms"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*",
    "https://*.cloudfunctions.net/"
  ],
  "background": {
    "service_worker": "/background.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css.css"
      ],
      "js": [
        "/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "options_page": "options.html",
  "icons": {
    "128": "128.png"
  },
  "externally_connectable": {
    "matches": [
      "https://blockp.in/*.html*"
    ]
  },
  "default_locale": "en",
  "web_accessible_resources": [
    {
      "resources": [
        "128.png",
        "favicon.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}