SEARCH PULSE

SEARCH PULSE

Explore the web with our ultimate search engine. The search results are provided by Microsoft Bing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SEARCH PULSE",
  "version": "1.8",
  "description": "Explore the web with our ultimate search engine. The search results are provided by Microsoft Bing.",
  "omnibox": {
    "keyword": "searchpulse",
    "description": "Search Pulse"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Search Pulse",
      "keyword": "sp",
      "search_url": "https://searchpulse.info/search.php?q={searchTerms}",
      "favicon_url": "https://searchpulse.info/favicon.ico",
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "action": {
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  }
}