Automate Bing Rewards Searches

Automate Bing Rewards Searches

Automate Bing Rewards Searches: automate Bing searches to earn Microsoft Rewards points in one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Automate Bing Rewards Searches",
  "version": "1.0.4",
  "description": "Automate Bing Rewards Searches: automate Bing searches to earn Microsoft Rewards points in one click.",
  "icons": {
    "32": "icon/32.png",
    "128": "icon/128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icon/32.png",
      "128": "icon/128.png"
    }
  },
  "background": {
    "service_worker": "js/sw.js"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "permissions": [
    "debugger",
    "storage",
    "alarms"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "popup.html",
        "welcome.html",
        "options.html",
        "content-script.js",
        "style.css",
        "imag/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}