Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "United Airlines MileagePlus Shopping\u2120", "version": "3.2.42", "description": "Never miss out on miles again. With the extension you\u2019ll get miles alerts while you shop, plus get coupons applied at checkout.", "homepage_url": "https:\/\/shopping.mileageplus.com", "author": "Cartera", "manifest_version": 3, "permissions": [ "tabs", "webNavigation", "webRequest", "storage", "unlimitedStorage", "cookies", "alarms", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "bg\/bundle.js" }, "content_scripts": [ { "js": [ "content\/inject-mn-toolbar\/bundle.js" ], "matches": [ "*:\/\/shopping.mileageplus.com\/*" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "img\/icon-48.png", "32": "img\/icon-48.png" }, "default_title": "MileagePlus\u00ae Shopping button" }, "icons": { "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ { "resources": [ "*.css", "*.svg", "*.js", "*.html", "assets\/*" ], "matches": [ "<all_urls>" ] } ] }