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, "version": "0.1.0", "name": "Google Flights Currency Setter", "description": "Sets your preferred currency on Google Flights. Currency will no longer be location-based.", "icons": { "16": "assets\/icon-16.png", "32": "assets\/icon-32.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "declarative_net_request": { "rule_resources": [ { "id": "usd_rule", "enabled": true, "path": "usd_rule.json" } ] }, "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "https:\/\/www.google.com\/travel\/flights" ] }