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": "BA Avios Cost Calculator", "version": "1.1.2", "description": "\u2708\ufe0f Unlock the Best Value for Your British Airways Reward Flights!", "icons": { "128": "images\/money-plane-128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js", "popup\/const.js" ], "run_at": "document_end", "matches": [ "https:\/\/www.britishairways.com\/travel\/redeem\/execclub\/_gf\/en_gb" ] } ], "action": { "default_popup": "popup\/popup.html" }, "background": { "service_worker": "background\/service_worker.js" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/www.ecb.europa.eu\/*" ] }