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": "Google Search Flights Button", "version": "1.0.2", "description": "Google Search Flights Button: Find Flights Faster", "permissions": [ "storage" ], "background": { "service_worker": "\/backgroundScript.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*", "https:\/\/www.google.co.uk\/*", "https:\/\/www.google.ca\/*", "https:\/\/www.google.com.au\/*", "https:\/\/www.google.co.in\/*", "https:\/\/www.google.co.jp\/*", "https:\/\/www.google.de\/*", "https:\/\/www.google.fr\/*", "https:\/\/www.google.it\/*", "https:\/\/www.google.es\/*", "https:\/\/www.google.nl\/*", "https:\/\/www.google.se\/*", "https:\/\/www.google.no\/*", "https:\/\/www.google.fi\/*", "https:\/\/www.google.dk\/*", "https:\/\/www.google.be\/*", "https:\/\/www.google.ch\/*", "https:\/\/www.google.at\/*", "https:\/\/www.google.ie\/*", "https:\/\/www.google.pt\/*", "https:\/\/www.google.ru\/*", "https:\/\/www.google.com.br\/*", "https:\/\/www.google.com.mx\/*", "https:\/\/www.google.com.ar\/*", "https:\/\/www.google.cl\/*", "https:\/\/www.google.co.za\/*", "https:\/\/www.google.co.kr\/*", "https:\/\/www.google.cn\/*", "https:\/\/www.google.hk\/*", "https:\/\/www.google.tw\/*", "https:\/\/www.google.sg\/*", "https:\/\/www.google.co.id\/*", "https:\/\/www.google.com.my\/*", "https:\/\/www.google.co.th\/*", "https:\/\/www.google.com.ph\/*", "https:\/\/www.google.com.vn\/*", "https:\/\/www.google.com.ng\/*", "https:\/\/www.google.co.ke\/*", "https:\/\/www.google.co.tz\/*", "https:\/\/www.google.co.ug\/*", "https:\/\/www.google.co.zm\/*", "https:\/\/www.google.co.bw\/*", "https:\/\/www.google.mu\/*", "https:\/\/www.google.mw\/*", "https:\/\/www.google.mg\/*", "https:\/\/www.google.com.ly\/*", "https:\/\/www.google.co.ma\/*", "https:\/\/www.google.com.eg\/*", "https:\/\/www.google.co.il\/*", "https:\/\/www.google.jo\/*", "https:\/\/www.google.com.lb\/*", "https:\/\/www.google.com.sy\/*", "https:\/\/www.google.iq\/*", "https:\/\/www.google.com.qa\/*", "https:\/\/www.google.ae\/*", "https:\/\/www.google.com.sa\/*", "https:\/\/www.google.com.ye\/*", "https:\/\/www.google.com.om\/*", "https:\/\/www.google.com.bh\/*", "https:\/\/www.google.com.kw\/*", "https:\/\/www.google.com.mt\/*", "https:\/\/www.google.lk\/*", "https:\/\/www.google.com.fj\/*", "https:\/\/www.google.ws\/*", "https:\/\/www.google.to\/*", "https:\/\/www.google.vu\/*", "https:\/\/www.google.kg\/*", "https:\/\/www.google.kz\/*", "https:\/\/www.google.uz\/*", "https:\/\/www.google.tm\/*", "https:\/\/www.google.tj\/*", "https:\/\/www.google.am\/*", "https:\/\/www.google.ge\/*", "https:\/\/www.google.az\/*", "https:\/\/www.google.com.tr\/*", "https:\/\/www.google.com.cy\/*", "https:\/\/www.google.gr\/*", "https:\/\/www.google.al\/*", "https:\/\/www.google.rs\/*", "https:\/\/www.google.mk\/*", "https:\/\/www.google.me\/*", "https:\/\/www.google.bg\/*", "https:\/\/www.google.ro\/*", "https:\/\/www.google.md\/*", "https:\/\/www.google.com.ua\/*", "https:\/\/www.google.by\/*", "https:\/\/www.google.pl\/*", "https:\/\/www.google.cz\/*", "https:\/\/www.google.sk\/*", "https:\/\/www.google.hu\/*", "https:\/\/www.google.si\/*", "https:\/\/www.google.hr\/*", "https:\/\/www.google.ba\/*", "https:\/\/www.google.rs\/*", "https:\/\/www.google.co.yu\/*", "https:\/\/www.google.com.sv\/*", "https:\/\/www.google.hn\/*", "https:\/\/www.google.com.ni\/*", "https:\/\/www.google.co.cr\/*", "https:\/\/www.google.com.pa\/*", "https:\/\/www.google.com.do\/*", "https:\/\/www.google.tt\/*", "https:\/\/www.google.com.jm\/*", "https:\/\/www.google.com.bs\/*", "https:\/\/www.google.bz\/*", "https:\/\/www.google.gy\/*", "https:\/\/www.google.sr\/*", "https:\/\/www.google.py\/*", "https:\/\/www.google.bo\/*", "https:\/\/www.google.com.pe\/*", "https:\/\/www.google.com.ec\/*", "https:\/\/www.google.co.ve\/*", "https:\/\/www.google.co\/*", "https:\/\/www.google.com.cu\/*" ], "js": [ "\/src\/addFlightsBtn.js" ] } ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "host_permissions": [ "*:\/\/easyflightsearchapp.com\/*", "https:\/\/google.com\/search*", "https:\/\/*.google.com\/search*" ] }