Alaska Airlines Mileage Plan™ Shopping button

Alaska Airlines Mileage Plan™ Shopping button

Activate Alaska Airlines Mileage Plan™ miles directly from 850+ store sites with one click and never miss out on miles again.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Alaska Airlines Mileage Plan™ Shopping button",
  "version": "3.2.09",
  "description": "Activate Alaska Airlines Mileage Plan™ miles directly from 850+ store sites with one click and never miss out on miles again.",
  "homepage_url": "https://www.mileageplanshopping.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-38.png",
      "32": "img/icon-38.png"
    },
    "default_title": "Mileage Plan™ Shopping button"
  },
  "icons": {
    "48": "img/icon-38.png",
    "128": "img/icon-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content/*.css",
        "content/*.svg"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}