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": "Flight Finder chrome extension ", "version": "1.0.1", "description": "Activate this extension for seamless flight deal comparison in just a click", "action": { "default_title": "Flight Finder chrome extension ", "default_icon": { "32": "Icons\/Icon 32.png", "64": "Icons\/Icon 64.png", "128": "Icons\/Icon 128.png" } }, "icons": { "32": "Icons\/Icon 32.png", "64": "Icons\/Icon 64.png", "128": "Icons\/Icon 128.png" }, "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.makemytrip.com\/flight\/search*" ], "js": [ "content.js" ], "css": [ "content.css" ], "run_at": "document_end" } ], "permissions": [ "storage", "notifications" ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] }