Files
gart-app-releases/zapstore.yaml
T
2026-05-26 09:17:03 +02:00

57 lines
2.8 KiB
YAML

# ZapStore config for io.gart.app. Public whitelisting anchor for the
# private gart/gart-app repo. Setup procedure: gart-app/docs/zapstore-publishing.md.
#
# CI publish path: yaml-mode with a local APK. The CI workflow downloads
# this yaml, rewrites `release_source` to point at the freshly-built
# ./gart.apk (sibling of the yaml on disk), then runs
# `zsp publish ./release/zapstore.yaml --quiet --skip-metadata`.
# That keeps all metadata fields below as the source of truth while
# bypassing zsp's hostname-locked source autodetection.
#
# Image assets (screenshots) are served from this public Gitea repo via
# raw URLs — ZapStore clients fetch them at install time.
repository: https://gitea.gart.io/gart/gart-app-releases
pubkey: npub1myv2gfkxeupglsuk59kla5paz47uyd2ky79mg8y3rwyp6d3n68mq0mn5t5
# CI rewrites this line to `./gart.apk` before invoking zsp. The placeholder
# value below is informational and is never read by the publish pipeline.
release_source: ./gart.apk
name: Gart App
summary: Silent emergency alert to trusted contacts over Nostr
description: |
When you activate an alert, your trusted contacts receive it immediately
and see your location. No delay. No platform deciding whether to pass it on.
You choose who is in your group. You choose when your location is visible.
Nothing about you is stored anywhere outside your device.
Set up your group once with the people you trust. Test it — send a live alert
and confirm they receive it. Know the chain works before you need it.
When an alert comes in, you see the sender's location on a map and can
message them directly from the app.
license: LicenseRef-Proprietary
website: https://gart.io
tags:
- Security
- Connectivity
# Icon is omitted — zsp extracts it from the APK's resources.arsc at publish
# time. That's what produced the icon visible on ZapStore for the previous
# release.
images:
- https://gitea.gart.io/gart/gart-app-releases/raw/branch/main/screenshots/01-gart-login.png
- https://gitea.gart.io/gart/gart-app-releases/raw/branch/main/screenshots/02-gart-home.png
- https://gitea.gart.io/gart/gart-app-releases/raw/branch/main/screenshots/03-gart-add-watcher.png
- https://gitea.gart.io/gart/gart-app-releases/raw/branch/main/screenshots/04-gart-chat-list.png
- https://gitea.gart.io/gart/gart-app-releases/raw/branch/main/screenshots/05-gart-active-test-alert.png
- https://gitea.gart.io/gart/gart-app-releases/raw/branch/main/screenshots/06-gart-alert-notification.png
- https://gitea.gart.io/gart/gart-app-releases/raw/branch/main/screenshots/07-gart-editing-alert-message.png
- https://gitea.gart.io/gart/gart-app-releases/raw/branch/main/screenshots/08-gart-settings.png
- https://gitea.gart.io/gart/gart-app-releases/raw/branch/main/screenshots/09-gart-group.png
- https://gitea.gart.io/gart/gart-app-releases/raw/branch/main/screenshots/10-gart-backup.png