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": "ConsumerFi App \u2013 Earn Rewards for Browsing the Internet", "version": "1.1.1", "description": "Earn rewards for web browsing. Complete daily tasks, share content, and watch your credits grow. Privacy-first and easy to use.", "author": "ConsumerFi Team", "minimum_chrome_version": "88", "permissions": [ "storage", "tabs", "alarms", "cookies" ], "host_permissions": [ "https:\/\/consumerfi.ai\/*", "https:\/\/www.consumerfi.ai\/*", "https:\/\/dev-preview.consumerfi.app\/*", "https:\/\/www.dev-preview.consumerfi.app\/*" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "index.html", "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "default_title": "ConsumerFi" }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline';" } }