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": "LIFT DataBridge", "version": "1.0.4", "description": "Connect your Web3 wallet to earn points for sharing your unused computing power.", "icons": { "16": "favicon16.png", "48": "favicon48.png", "128": "favicon128.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "favicon16.png", "48": "favicon48.png", "128": "favicon128.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "contentScript.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "tabs", "scripting", "activeTab" ], "host_permissions": [ "*:\/\/*\/*" ] }