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 AI Web Automation for All.", "version": "1.0.1", "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" ], "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'" } }