Choice Reward Card

Choice Reward Card

Use your Choice points for online shopping. Load or view your Choice Reward Card at the checkout without leaving the page!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Choice Reward Card",
  "version": "1.0.4resigned1",
  "description": "Use your Choice points for online shopping. Load or view your Choice Visa Reward Card at the checkout without leaving the page!",
  "author": "Loylogic Inc.",
  "applications": {
    "gecko": {
      "id": "{15f506d5-bd1b-457a-8ff9-6301ac59bbff}"
    }
  },
  "icons": {
    "16": "img/Icon16.png",
    "19": "img/Icon19.png",
    "48": "img/Icon48.png",
    "128": "img/Icon128.png"
  },
  "background": {
    "page": "html/background.html"
  },
  "browser_action": {
    "default_title": "Pay with Choice points worldwide",
    "default_icon": "img/Icon19.png",
    "default_popup": "html/popup.html"
  },
  "web_accessible_resources": [
    "/img/close_button.png"
  ],
  "permissions": [
    "webRequest",
    "activeTab",
    "clipboardRead",
    "clipboardWrite",
    "notifications",
    "geolocation",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content-script.js"
      ]
    }
  ]
}