{ "manifest_version": 3, "name": "Keys.Band", "version": "1.6.0", "description": "Nostr Nip07 implementation", "action": { "default_popup": "popup.html" }, "side_panel": { "default_path": "sidepanel.html" }, "icons": { "16": "assets/logo-on.png", "32": "assets/logo-on.png", "48": "assets/logo-on-64.png", "128": "assets/logo-on-64.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": ["storage", "scripting", "tabs", "sidePanel"], "host_permissions": ["https://*/*", "http://*/*", ""], "content_scripts": [ { "matches": [""], "js": ["content.js"], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": ["assets/nostr-provider.js"], "matches": ["https://*/*", ""] } ] }