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": "Monami Extension", "description": "Earn $MONAMI rewards every second by turning your browser into a decentralized node.", "version": "1.2", "action": { "default_popup": "index.html", "default_icon": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/localhost:3000\/*", "*:\/\/api.monami.network\/*", "https:\/\/monami.network\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "host_permissions": [ "http:\/\/localhost:3000\/*" ], "permissions": [ "storage" ] }