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": "Better Flight Finder", "description": "While browsing other flights booking sites, you can get notifications for cheaper prices to save money.", "version": "1.1.3", "manifest_version": 3, "permissions": [ "activeTab", "tabs", "scripting", "webRequest", "cookies", "gcm" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "bff.div.const.json", "interceptor.js", "sandbox\/index.html" ], "matches": [ "https:\/\/*\/*" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "static\/icon\/icon_ly_16.png", "48": "static\/icon\/icon_ly_48.png", "128": "static\/icon\/icon_ly_128.png" } }, "icons": { "16": "static\/icon\/icon_ly_16.png", "48": "static\/icon\/icon_ly_48.png", "128": "static\/icon\/icon_ly_128.png" }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';", "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals ; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';" }, "sandbox": { "pages": [ "sandbox\/index.html" ] } }