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": "FlightSeats.io Reward Seat Finder", "description": "Frequent flyer reward fare search made easy", "version": "0.1.8", "action": { "default_popup": "index.html", "default_icon": "images\/icons\/icon32.png" }, "icons": { "16": "images\/icons\/icon16.png", "32": "images\/icons\/icon32.png", "48": "images\/icons\/icon48.png", "128": "images\/icons\/icon128.png" }, "permissions": [ "storage" ], "background": { "service_worker": "scripts\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/www.qantas.com\/*\/en.html", "https:\/\/www.qantas.com\/*\/en\/book-a-trip\/flights*", "https:\/\/www.qantas.com\/*\/en\/my-account", "https:\/\/www.virginaustralia.com\/*" ], "js": [ "js\/utils.js" ] }, { "matches": [ "https:\/\/www.qantas.com\/*\/en.html", "https:\/\/www.qantas.com\/*\/en\/book-a-trip\/flights*", "https:\/\/www.qantas.com\/*\/en\/my-account" ], "js": [ "scripts\/qantas.js" ] }, { "matches": [ "https:\/\/www.virginaustralia.com\/*" ], "js": [ "scripts\/virgin.js" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.qantas.com\/*" ], "resources": [ "images\/icons\/flight-seats-logo.svg" ] } ] }