Adult Website Blocker | Porn Blocker

Adult Website Blocker | Porn Blocker

The perfect parental control solution on Edge: Stop porn and block porn & XXX websites. Our adult website blocker is user friendly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "manifest_version": 2,
  "name": "Adult Website Blocker | Porn Blocker",
  "short_name": "Adult Website Blocker | Porn Blocker",
  "version": "7.0.0.0",
  "description": "The perfect parental control solution on Edge: Stop porn and block porn & XXX websites. Our adult website blocker is user friendly",
  "minimum_chrome_version": "22",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Adult Blocker",
    "default_icon": {
      "16": "icon_16.png",
      "24": "icon_24.png",
      "32": "icon_32.png",
      "48": "icon_48.png",
      "128": "icon_128.png"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "default_locale": "en",
  "options_page": "options.html",
  "permissions": [
    "<all_urls>",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "cookies",
    "webNavigation",
    "alarms",
    "contentSettings"
  ]
}