PrivacyWall Search Engine

PrivacyWall Search Engine

The search engine that protects your security.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PrivacyWall Search Engine",
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "icons": {
    "128": "128.png"
  },
  "version": "1.0.6",
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "PrivacyWall",
      "keyword": "privacywall",
      "search_url": "https://www.privacywall.org/search/secure/?q={searchTerms}&t=chext",
      "favicon_url": "https://www.privacywall.org/images/favicon32.ico",
      "suggest_url": "https://search.privacywall.org/suggest.php?q={searchTerms}",
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "PrivacyWall",
    "default_icon": "32.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "manifest_version": 3
}