{ "manifest_version": 3, "name": "mavi wallet", "version": "0.2.0", "description": "mavi — krypco wallet with real keys encrypted in this browser. Create, import, unlock.", "action": { "default_title": "mavi wallet", "default_popup": "popup.html", "default_icon": { "16": "icons/16.png", "48": "icons/48.png", "128": "icons/128.png" } }, "icons": { "16": "icons/16.png", "48": "icons/48.png", "128": "icons/128.png" }, "permissions": ["storage", "tabs"], "host_permissions": [ "http://127.0.0.1:8545/*", "http://127.0.0.1:8546/*", "http://127.0.0.1:3000/*", "http://localhost:3000/*" ], "browser_specific_settings": { "gecko": { "id": "mavi@krypco.eu", "strict_min_version": "115.0" } } }