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", "manifest_version": 3, "name": "2LNR", "version": "0.0.3", "description": "Effortlessly search for upgrade availability with 2LNR!", "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "icons": { "48": "2LNR-icon.png" }, "action": { "default_popup": "options.html", "default_icon": { "48": "2LNR-icon.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.expertflyer.com\/air\/awardUpgradeResults.do*" ], "js": [ "jquery.min.js", "awards-upgrades.js" ] }, { "matches": [ "https:\/\/www.expertflyer.com\/air\/awardUpgrade.do*" ], "js": [ "jquery.min.js", "awards-upgrades-search.js" ] } ], "host_permissions": [ "*:\/\/www.expertflyer.com\/*", "*:\/\/*.expertflyer.com\/*", "*:\/\/*.travel.weldedanvil.com\/*", "*:\/\/*.api.travel.weldedanvil.com\/*" ], "options_page": "options.html" }