Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Sep 10, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Wox Labs", "version": "1.0.0", "description": "Wox Labs Wallets & Signals tracker", "permissions": [ "storage", "sidePanel" ], "host_permissions": [ "https:\/\/api.helius.xyz\/*", "https:\/\/mainnet.helius-rpc.com\/*" ], "action": { "default_title": "Open LVM Labs" }, "background": { "service_worker": "background.js" }, "side_panel": { "default_path": "sidepanel.html" }, "icons": { "16": "icons\/icon1.png", "32": "icons\/icon1.png", "48": "icons\/icon1.png", "128": "icons\/icon1.png" } }