Delta Air Lines SkyMiles® Shopping button

Delta Air Lines SkyMiles® Shopping button

Never miss out on miles with Delta again. Install the SkyMiles® Shopping browser extension and activate miles at hundreds of stores.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Delta Air Lines SkyMiles® Shopping button",
  "version": "3.2.08",
  "description": "Never miss out on miles with Delta again. Install the SkyMiles® Shopping browser extension and activate miles at hundreds of stores.",
  "homepage_url": "https://americanexpress.skymilesshopping.com/",
  "author": "Cartera",
  "manifest_version": 3,
  "permissions": [
    "tabs",
    "webNavigation",
    "webRequest",
    "storage",
    "unlimitedStorage",
    "cookies",
    "alarms"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "background": {
    "service_worker": "bg/bundle.js"
  },
  "content_scripts": [
    {
      "js": [
        "content/bundle.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "img/icon-32.png",
      "32": "img/icon-32.png"
    },
    "default_title": "SkyMiles® Shopping button"
  },
  "icons": {
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content/*.css",
        "content/*.svg"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}