Rewards by Warner Music

Rewards by Warner Music

Earn rewards points automatically when you search and shop online, then redeem for top brand gift cards and sweepstakes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Rewards by Warner Music",
  "version": "1.1.0",
  "manifest_version": 2,
  "description": "Earn rewards points automatically when you search and shop online, then redeem for top brand gift cards and sweepstakes.",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "64": "64.png",
    "128": "128.png"
  },
  "chrome_url_overrides": {
    "newtab": "new-tab.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "alarms",
    "notifications",
    "idle",
    "cookies",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "js": [
        "data.js"
      ],
      "matches": [
        "*://rewards.wmgrewards.com/v/lib/mng-bg.html?t=project-frm*"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "new-tab.html",
    "activate-rewards.html",
    "popup.html"
  ]
}