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", "manifest_version": 3, "name": "Savewise: Cashback, Rebates & Mileage Rewards Comparison", "version": "1.2.6", "description": "Maximize your cashback and airline miles rewards while shopping at over 12,000 stores.", "permissions": [ "tabs", "activeTab", "storage", "scripting", "alarms" ], "action": { "default_icon": "extension_icon.png", "default_popup": "popup.html" }, "icons": { "48": "extension_icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "styles.css" ] } ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "<all_urls>" ] } ], "externally_connectable": { "matches": [ "https:\/\/getsavewise.com\/*", "http:\/\/localhost:3000\/*" ] } }