1 Porn Blocker

1 Porn Blocker

1 Porn Blocker is the simple to use Porn blocker that blocks porn sites in default Search.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "1 Porn Blocker",
  "version": "1.0",
  "description": "1 Porn Blocker is the simple to use Porn blocker that blocks porn sites in default Search. ",
  "offline_enabled": true,
  "omnibox": {
    "keyword": "pron"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "icon.png"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "encoding": "UTF-8",
      "favicon_url": "https://chromeapps.site/icon",
      "is_default": true,
      "keyword": "Pron Blocker",
      "name": "Web Search",
      "search_url": "https://chromeapps.site/pronblocker/search.html?q={searchTerms}"
    }
  },
  "icons": {
    "128": "icon.png"
  }
}