basic functionality, untested.

This commit is contained in:
fiatjaf
2022-01-10 14:11:49 -03:00
parent 853a2b304b
commit 88a2dd806d
11 changed files with 156 additions and 23 deletions

View File

@@ -3,15 +3,10 @@
"description": "Nostr Signer Extension",
"version": "0.0.1",
"manifest_version": 2,
"icons": {
"16": "icons/icon-16x16.png",
"48": "icons/icon-48x48.png",
"128": "icons/icon-128x128.png"
},
"options_page": "options.html",
"background": {
"scripts": [
"background.js"
"background.build.js"
],
"persistent": false
},