Rewards Search Automator Old

Rewards Search Automator Old

Rewards Search Automator - performs the bing searches automatically in single click to earn Microsoft Rewards points.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Rewards Search Automator Old",
  "version": "1.6.5",
  "description": "Rewards Search Automator - performs the bing searches automatically in single click to earn Microsoft Rewards points.",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "./img/16.png",
    "32": "./img/32.png",
    "48": "./img/48.png",
    "128": "./img/128.png",
    "256": "./img/256.png",
    "512": "./img/bing.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "./img/16.png",
      "32": "./img/32.png",
      "48": "./img/48.png",
      "128": "./img/128.png",
      "256": "./img/256.png",
      "512": "./img/bing.png"
    }
  },
  "permissions": [
    "debugger"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "web_accessible_resources": [
    {
      "resources": [
        "popup.html",
        "welcome.html",
        "options.html",
        "content-script.js",
        "style.css",
        "imag/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}