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": "MystNodes", "version": "0.2.0", "description": "MystNodes extension", "icons": { "16": "icon_active_16.png", "32": "icon_active_32.png", "64": "icon_active_64.png", "128": "icon_active_128.png" }, "permissions": [ "activeTab", "alarms", "storage", "unlimitedStorage" ], "host_permissions": [ "*:\/\/*.mystnodes.com\/*", "*:\/\/localhost\/*", "*:\/\/127.0.0.1\/*" ], "web_accessible_resources": [], "background": { "service_worker": "worker.js" }, "action": { "default_icon": { "16": "icon_16.png", "32": "icon_32.png", "64": "icon_64.png", "128": "icon_128.png" }, "default_title": "MystNodes", "default_popup": "popup.html" } }