Microsoft Rewards

Microsoft Rewards

Use the Microsoft Rewards extension to find new ways to earn every day and easily track your points

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "background.js",
      "ping.js",
      "notifications.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/16x16.png",
      "32": "images/32x32.png",
      "48": "images/48x48.png",
      "128": "images/128x128.png"
    },
    "default_popup": "rewards_popup.html"
  },
  "default_locale": "en",
  "description": "__MSG_RewardsDesc__",
  "icons": {
    "16": "images/16x16.png",
    "32": "images/32x32.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_RewardsTitle__",
  "permissions": [
    "cookies",
    "tabs",
    "storage",
    "http://*/*",
    "https://*/*",
    "management",
    "notifications"
  ],
  "short_name": "__MSG_RewardsShortName__",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "0.7",
  "web_accessible_resources": [
    "*.png"
  ]
}