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": "NodeGo.Ai", "version": "1.0.2", "description": "Earn a stake in the AI revolution.", "icons": { "32": "img\/logo-mobile.png", "48": "img\/logo-mobile.png", "128": "img\/logo-mobile.png" }, "action": { "default_popup": "index.html", "default_icon": { "32": "img\/logo-mobile.png" } }, "permissions": [ "storage", "activeTab", "scripting", "tabs", "alarms" ], "host_permissions": [ "https:\/\/nodego.ai\/*", "https:\/\/app.nodego.ai\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/app.nodego.ai\/*" ], "js": [ "content.js" ] } ] }