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": "Southwest Airlines Rapid Rewards Shopping\u00ae", "version": "3.2.41", "description": "Never miss out on points again. With the extension you\u2019ll get points alerts while you shop, plus get coupons applied at checkout.", "homepage_url": "https:\/\/rapidrewardsshopping.southwest.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": [ "*:\/\/rapidrewardsshopping.southwest.com\/*" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "img\/icon-32.png", "32": "img\/icon-32.png" }, "default_title": "Rapid Rewards Shopping\u00ae button" }, "icons": { "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ { "resources": [ "*.css", "*.svg", "*.js", "*.html", "assets\/*" ], "matches": [ "<all_urls>" ] } ] }