Microsoft Rewards Autosearch

A Firefox extension which automatically searches on Bing in the background. This may generate Microsoft rewards points in which you can use to redeem things.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Microsoft Rewards Bot",
  "version": "2.24.2.12",
  "icons": {
    "16": "img/[email protected]",
    "24": "img/[email protected]",
    "32": "img/[email protected]",
    "48": "img/[email protected]",
    "128": "img/[email protected]"
  },
  "description": "A Chrome extension for Microsoft Rewards that automatically clears PC, mobile and EDGE search quests and displays daily point countdown.",
  "background": {
    "persistent": true,
    "scripts": [
      "status/DailyQuest.js",
      "status/DailyRewardStatus.js",
      "quest/searchQuest.js",
      "quest/quizDailyQuest.js",
      "googleTrend.js",
      "utility.js",
      "badge.js",
      "exception.js",
      "background.js",
      "test.js"
    ]
  },
  "browser_action": {
    "default_title": "Microsoft Rewards Bot",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "https://trends.google.com/trends/*",
    "https://*.microsoft.com/*",
    "https://*.bing.com/*",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "notifications"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{15c54214-199c-4502-bd78-edab567673a9}"
    }
  }
}