70 lines
3.6 KiB
YAML
70 lines
3.6 KiB
YAML
# ═══════════════════════════════════════════════════════════════════
|
||
# SOURCE CONFIGURATION
|
||
# ═══════════════════════════════════════════════════════════════════
|
||
|
||
release_source:
|
||
url: https://git.reya.su/reya/coop-mobile
|
||
type: gitea
|
||
|
||
# ═══════════════════════════════════════════════════════════════════
|
||
# APP METADATA
|
||
# ═══════════════════════════════════════════════════════════════════
|
||
|
||
name: Coop
|
||
summary: Chat and Co-op Privately
|
||
license: GPLv3
|
||
website: https://reya.su/coop
|
||
|
||
description: |
|
||
Coop is a simple, cozy chat app built for Nostr. It’s designed for folks who want to stay connected without sacrificing their privacy or control over their data.
|
||
|
||
**Features**:
|
||
- Private & Secure: Enjoy end-to-end encrypted messaging that keeps your private chats truly private.
|
||
- Friendly Socializing: Connect with friends across the open Nostr network in a clean, easy-to-use interface.
|
||
- No Identity Required: Get started without a phone number. Stay anonymous, use a pseudonym, or even your real name.
|
||
|
||
tags:
|
||
- messaging
|
||
- privacy
|
||
- material3
|
||
- nostr
|
||
|
||
# ═══════════════════════════════════════════════════════════════════
|
||
# MEDIA
|
||
# ═══════════════════════════════════════════════════════════════════
|
||
|
||
icon: ./assets/icon.png
|
||
|
||
images:
|
||
- ./assets/screenshot1.png
|
||
- ./assets/screenshot2.png
|
||
- ./assets/screenshot3.png
|
||
- ./assets/screenshot4.png
|
||
- ./assets/screenshot5.png
|
||
|
||
# ═══════════════════════════════════════════════════════════════════
|
||
# RELEASE CONFIGURATION
|
||
# ═══════════════════════════════════════════════════════════════════
|
||
|
||
release_notes: ./CHANGELOG.md
|
||
|
||
# ═══════════════════════════════════════════════════════════════════
|
||
# NOSTR-SPECIFIC
|
||
# ═══════════════════════════════════════════════════════════════════
|
||
|
||
supported_nips:
|
||
- "01"
|
||
- "17"
|
||
- "46"
|
||
- "55"
|
||
- "59"
|
||
|
||
min_allowed_version_code: 100
|
||
|
||
# ═══════════════════════════════════════════════════════════════════
|
||
# METADATA SOURCES
|
||
# ═══════════════════════════════════════════════════════════════════
|
||
|
||
metadata_sources:
|
||
- playstore
|