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": "Browser Cash", "description": "Cash in on the Future of Web AI Agents \ud83e\udd16.", "version": "1.1.5", "icons": { "16": "assets\/16.png", "48": "assets\/48.png", "128": "assets\/128.png" }, "background": { "service_worker": "js\/service\/index.js", "type": "module" }, "content_scripts": [], "permissions": [ "storage", "cookies", "alarms" ], "host_permissions": [ "https:\/\/api.ipify.org\/", "https:\/\/*.browser.cash\/*", "https:\/\/www.google-analytics.com\/*", "https:\/\/www.googletagmanager.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": "assets\/48.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }