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", "name": "Mango Wallet", "description": "", "version": "25.1.4.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "alarms", "unlimitedStorage", "identity" ], "action": { "default_popup": "ui.html?type=popup" }, "host_permissions": [ "https:\/\/fullnode.devnet.mangonetwork.io" ], "icons": { "16": "icons\/mgo-icon-16.png", "32": "icons\/mgo-icon-32.png", "48": "icons\/mgo-icon-48.png", "128": "icons\/mgo-icon-128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content-script.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "dapp-interface.js" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "default-src 'none'; object-src 'none'; connect-src *; font-src 'self'; img-src * data:; media-src *; script-src 'self'; style-src 'self' 'unsafe-inline'; base-uri 'self'; form-action 'none'; frame-ancestors 'none';" }, "version_name": "25.1.4.0 (d4d7bbe)" }