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": "Hidden Airline Baggage Fees", "description": "Enrich flights search results with additional information like carry on luggage price and legs room", "version": "1.5.4", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon48.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "assets\/background.js" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "*:\/\/*\/*.json", "*:\/\/*\/*.pdf", "*:\/\/*\/*.jpeg", "*:\/\/*\/*.jpg", "*:\/\/*\/*.png", "*:\/\/*\/*.svg" ], "js": [ "assets\/content.js" ] } ], "action": { "default_title": "Hidden Airline Baggage Fees", "default_popup": "index.html" }, "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "assets\/wes.js" ], "matches": [ "<all_urls>" ] } ] }