Aeroplan Shopping Button

Aeroplan Shopping Button

Aeroplan Shopping Button

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appCommon_name__",
  "description": "__MSG_appCommon_description__",
  "default_locale": "en",
  "version": "3.4.0",
  "content_security_policy": "script-src 'self' https://assets.adobedtm.com https://cdn-magiclinks.trackonomics.net; object-src 'self'",
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "http://*/*",
    "https://*/*",
    "https://bx-ac-ca.rewardops.com/*"
  ],
  "background": {
    "scripts": [
      "commons.bundle.js",
      "background.bundle.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "commons.bundle.js",
        "content.bundle.js"
      ]
    }
  ],
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon-light-16.png",
      "48": "images/icon-light-48.png",
      "128": "images/icon-light-128.png"
    }
  },
  "icons": {
    "16": "images/icon-light-16.png",
    "48": "images/icon-light-48.png",
    "128": "images/icon-light-128.png"
  },
  "web_accessible_resources": [
    "images/*.jpg",
    "images/*.jpeg",
    "images/*.png",
    "images/*.gif",
    "images/*.svg",
    "fonts/*.eot",
    "fonts/*.otf",
    "fonts/*.ttf",
    "fonts/*.woff",
    "fonts/*.woff2",
    "*.bundle.js.map",
    "*.js.map",
    "*.map"
  ]
}