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": "MyGate Network Node", "version": "1.0.20", "description": "This app allows users to share their network bandwidth with others and earn points as rewards.", "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "action": { "default_popup": "index.html" }, "permissions": [ "alarms", "storage" ], "host_permissions": [ "https:\/\/app.mygate.network\/*", "https:\/\/api.mygate.network\/*" ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/app.mygate.network\/*" ], "js": [ "content.js" ] } ] }