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": "Solix", "version": "2.0", "description": "Solix turns your unused bandwidth into real rewards\u2014browse, share, and earn SLIX Point.", "action": { "default_popup": "index.html", "default_icon": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "192": "logo.png" } }, "permissions": [ "storage" ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/*.solixdepin.net\/*", "http:\/\/localhost:3000\/*", "https:\/\/localhost:3000\/*" ], "js": [ "content.js" ] } ] }