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": "Nova Click", "version": "1.0.5", "description": "Buy, snipe & sell tokens on Solana using Nova Click.", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "action": { "default_popup": "index.html" }, "permissions": [ "tabs", "webNavigation", "activeTab", "storage", "cookies" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/photon-sol.tinyastro.io\/*" ], "js": [ "src\/photon.js" ] }, { "matches": [ "https:\/\/bullx.io\/*", "https:\/\/backup.bullx.io\/*", "https:\/\/backup2.bullx.io\/*" ], "js": [ "src\/bullx.js" ] }, { "matches": [ "https:\/\/neo.bullx.io\/*" ], "js": [ "src\/neobullx.js" ] }, { "matches": [ "https:\/\/legacy.bullx.io\/*" ], "js": [ "src\/legacy-bullx.js" ] } ], "background": { "service_worker": "src\/background.js" } }