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": "Lowest Fare Finder | Compare Lowest Flight Fares & Save Instantly", "description": "Lowest Fare Finder | Compare Lowest Flight Fares & Save Instantly", "version": "0.1.2", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_title": "Open the popup" }, "icons": { "16": "myPartnerLogo.png", "48": "myPartnerLogo.png", "128": "myPartnerLogo.png" }, "permissions": [ "tabs", "webRequest", "scripting" ], "host_permissions": [ "https:\/\/*\/*" ], "background": { "service_worker": "background.js" } }