Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cashrewards", "version": "3.4.20", "default_locale": "en", "description": "The Cashrewards Notifier is the ultimate shopping partner to access cashback deals from over 2000 stores online.", "homepage_url": "https:\/\/www.cashrewards.com.au\/", "manifest_version": 3, "permissions": [ "tabs", "alarms", "webNavigation", "storage", "cookies" ], "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "all_frames": false, "js": [ "js\/contentBundle.js" ], "matches": [ "<all_urls>" ] } ], "background": { "service_worker": "js\/bgBundle.js" }, "action": { "default_popup": "popup.html", "default_title": "Cashrewards", "default_icon": "img\/icon.png" }, "options_page": "options.html", "icons": { "48": "img\/48x48.png", "128": "img\/128x128.png" } }