mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-17 01:44:19 +01:00
22 lines
1.2 KiB
YAML
22 lines
1.2 KiB
YAML
identifier: com.github.haorendashu.nowser
|
|
version: 1.3.0
|
|
name: Nowser
|
|
summary: A nostr signer.
|
|
description: A secure nostr key management and signing app for iOS, Android, MacOS, Windows and Linux that supports multiple authentication methods:\n\n- **NIP-07**, Acts as a browser extension replacement for mobile, allowing you to securely sign into nostr web apps\n- **NIP-46**, Functions as a remote signer (like a "bunker"), letting you keep your private keys on your phone while signing requests from your desktop\n- **NIP-55**, Supports Android's native key management system for secure key storage (similar to Apple Keychain)\n- **Nesigner**, A hardware signer allows you to store and process sign requests in hardware.
|
|
repository: https://github.com/haorendashu/nowser
|
|
release_repository: https://github.com/haorendashu/nowser
|
|
images:
|
|
- screenshots/screenshot1.png
|
|
- screenshots/screenshot2.png
|
|
- screenshots/screenshot3.png
|
|
- screenshots/screenshot4.png
|
|
icon: assets/imgs/logo/logo512.png
|
|
tags: nostr, signer
|
|
license: GNU
|
|
remote_metadata:
|
|
- github
|
|
blossom_server: https://cdn.zapstore.dev
|
|
assets:
|
|
- ./app-armeabi-v7a-release.apk
|
|
- ./app-arm64-v8a-release.apk
|
|
- ./app-x86_64-release.apk |