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": "Vitrose", "description": "Vitrose highlights items on waitrose.com that are eligible for the Vitality cashback scheme.", "version": "1.2", "manifest_version": 3, "action": { "default_icon": "vitrose_128.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "scripts\/data\/category.js", "scripts\/content.js" ], "matches": [ "https:\/\/www.waitrose.com\/*" ] } ] }