{ "manifest_version": 3, "name": "Plebeian Signer", "description": "Nostr Identity Manager & Signer", "version": "1.1.5", "homepage_url": "https://github.com/PlebeianApp/plebeian-signer", "options_page": "options.html", "permissions": [ "storage" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "action": { "default_popup": "index.html", "default_icon": { "48": "icon-48.png", "128": "icon-128.png" } }, "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "run_at": "document_start", "matches": [ "" ], "js": [ "plebian-signer-content-script.js" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "plebian-signer-extension.js" ], "matches": [ "" ] } ], "browser_specific_settings": { "gecko": { "id": "plebian-signer@mleku.dev" } } }