Porn Websites Blocker

Porn Websites Blocker

The perfect parental control solution on Chrome to stop porn and XX websites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/background.js",
      "js/popper.min.js",
      "js/bootstrap.min.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icon_16.png",
      "24": "icon_24.png",
      "32": "icon_32.png",
      "48": "icon_48.png",
      "128": "icon_128.png"
    },
    "default_popup": "popup.html",
    "default_title": "Porn Websites Blocker"
  },
  "content_security_policy": "script-src 'self';  object-src 'self'",
  "description": "The perfect parental control solution on Chrome to stop porn and XX websites",
  "icons": {
    "128": "icon_128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "22",
  "name": "Porn Websites Blocker",
  "options_page": "options.html",
  "permissions": [
    "<all_urls>",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "tabs"
  ],
  "short_name": "Porn Websites Blocker",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.5"
}