metadata.

This commit is contained in:
fiatjaf
2022-01-15 17:52:35 -03:00
parent db20f0c370
commit a942a8343b
7 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
node_modules node_modules
*.build.js *.build.js
*.zip

View File

@@ -1,5 +1,5 @@
# nos2x # nos2x
### notes and other stuff signed by an extension) ### notes and other stuff signed by an extension
## Nostr Signer Extension ## Nostr Signer Extension
@@ -12,6 +12,13 @@ async window.nostr.getPublicKey(): string // returns your public key as hex
async window.nostr.signEvent(event): string // returns the signature as hex async window.nostr.signEvent(event): string // returns the signature as hex
``` ```
## Screenshots
![](screenshot1.png)
![](screenshot2.png)
![](screenshot3.png)
![](screenshot4.png)
--- ---
LICENSE: public domain. LICENSE: public domain.

View File

@@ -16,6 +16,7 @@
}, },
"scripts": { "scripts": {
"build": "./build.js", "build": "./build.js",
"watch": "ag -l --js | entr ./build.js" "watch": "ag -l --js | entr ./build.js",
"package": "cd extension; zip -r archive *; cd ..; mv extension/archive.zip ./nos2x.zip"
} }
} }

BIN
screenshot1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
screenshot2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
screenshot3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

BIN
screenshot4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB