custom search bar

custom search bar

custom search bar

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "bg.js"
  },
  "action": {
    "default_icon": "logo.png"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "the web",
      "keyword": "csb",
      "search_url": "https://customsearchbar.me/search?q={searchTerms}&s=rg_om&u=%USERID%",
      "favicon_url": "https://customsearchbar.me/assets/searchbar/favicon.png",
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "description": "custom search bar",
  "icons": {
    "128": "logo.png"
  },
  "manifest_version": 3,
  "name": "custom search bar",
  "permissions": [
    "cookies",
    "storage",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "https://customsearchbar.me/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.2"
}