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": "MaxRewards: Maximize Credit Card Rewards & Cash Back", "description": "Maximize credit card rewards and cash back on millions of websites.", "version": "0.0.5", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "cookies", "storage" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "icons\/128.png" ], "matches": [ "<all_urls>" ] }, { "resources": [ "content-scripts\/content.css" ], "matches": [ "<all_urls>" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_title": "MaxRewards", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content-scripts\/content.js" ] } ] }