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": "Onectra", "version": "1.0.0", "description": "Onectra Wallets & Signals tracker", "permissions": [ "storage", "sidePanel" ], "host_permissions": [ "https:\/\/api.helius.xyz\/*", "https:\/\/mainnet.helius-rpc.com\/*" ], "action": { "default_title": "Open Onectra" }, "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" }, "theme_color": "#00FFFF" }