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": "Cryplex AI Storage Node", "version": "1.1.7", "description": "AI Training on Decentralized Storage Networks", "icons": { "16": "assets\/favicon_io_v2\/icon16.png", "32": "assets\/favicon_io_v2\/icon32.png", "48": "assets\/favicon_io_v2\/icon48.png", "128": "assets\/favicon_io_v2\/icon128.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "assets\/favicon_io_v2\/icon16.png", "32": "assets\/favicon_io_v2\/icon32.png", "48": "assets\/favicon_io_v2\/icon48.png", "128": "assets\/favicon_io_v2\/icon128.png" } }, "permissions": [ "storage", "background" ], "background": { "service_worker": "worker.loader.js", "type": "module" }, "externally_connectable": { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] }, "host_permissions": [ "https:\/\/app.cryplex.ai\/*" ] }