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": "2Miners Assistant", "version": "1.00", "description": "Track stats and get notified instantly when you mine a new block or get paid on 2Miners", "icons": { "32": "icons\/icon_32.png", "64": "icons\/icon_64.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "2Miners Assistant", "default_popup": "html\/popup.html" }, "permissions": [ "storage", "notifications", "alarms" ] }