SHiNE-server/SHiNE-browser-plugin-wallet/manifest.json

21 lines
444 B
JSON

{
"manifest_version": 3,
"name": "SHiNE Browser Plugin Wallet",
"version": "0.1.0",
"description": "Wallet-session plugin for SHiNE with session-only login via trusted device.",
"permissions": [
"storage"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_title": "SHiNE Wallet",
"default_popup": "popup.html"
}
}