-
Notifications
You must be signed in to change notification settings - Fork 190
Expand file tree
/
Copy pathzapstore.yaml
More file actions
51 lines (40 loc) · 2.58 KB
/
zapstore.yaml
File metadata and controls
51 lines (40 loc) · 2.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# ═══════════════════════════════════════════════════════════════════
# SOURCE CONFIGURATION
# ═══════════════════════════════════════════════════════════════════
# Source code repository URL or NIP-34 naddr (for display in app store)
repository: https://github.com/vitorpamplona/amethyst
# ═══════════════════════════════════════════════════════════════════
# APP METADATA
# ═══════════════════════════════════════════════════════════════════
# App name (overrides APK label)
name: Amethyst
# Short one-line description
summary: The all-in-one Nostr client
# Full description (supports markdown)
description: |
A privacy-focused Nostr client for Android. Built-in TOR support, the most configurable relay system,
encrypted messaging, zaps, marketplaces, live streams and complete data sovereignty.
# Category tags
tags:
- social-network
- nostr
# SPDX license identifier
license: MIT
# App homepage
website: https://amethyst.social/
# ═══════════════════════════════════════════════════════════════════
# MEDIA
# ═══════════════════════════════════════════════════════════════════
# Screenshots (local paths or URLs)
images:
- ./docs/screenshots/home.png
- ./docs/screenshots/messages.png
- ./docs/screenshots/notifications.png
- ./docs/screenshots/replies.png
# ═══════════════════════════════════════════════════════════════════
# VARIANTS
# ═══════════════════════════════════════════════════════════════════
# APK variant patterns (for apps with multiple builds)
variants:
fdroid: ".*-fdroid-.*\\.apk$"
google: ".*-googleplay-.*\\.apk$"