53 lines
2.5 KiB
YAML
53 lines
2.5 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: `zsp publish ./release/gart.apk -r <gitea-url>` — the
|
|
# signed APK is passed directly so zsp's source autodetection (which only
|
|
# recognises github.com / gitlab.com / codeberg.org / f-droid.org /
|
|
# apt.izzysoft.de hostnames in internal/config/config.go) is bypassed
|
|
# entirely (source type = local). Neither `release_source` below nor the
|
|
# Gitea URL is fetched by zsp; every metadata field is mirrored from what
|
|
# fdroidserver published into index-v2.json by hand.
|
|
#
|
|
# `release_source` is kept as a human-readable pointer to where the public
|
|
# APK lives — it is informational, not consumed by CI.
|
|
|
|
repository: https://gitea.gart.io/gart/gart-app-releases
|
|
|
|
pubkey: npub1myv2gfkxeupglsuk59kla5paz47uyd2ky79mg8y3rwyp6d3n68mq0mn5t5
|
|
|
|
release_source: https://f-droid.gart.io/fdroid/repo
|
|
|
|
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
|
|
author: Gart <contact@gart.io>
|
|
categories:
|
|
- Security
|
|
- Connectivity
|
|
|
|
# Icon filename is content-hashed by fdroidserver — re-fetch from index-v2.json
|
|
# under .packages."io.gart.app".metadata.icon.en-US.name after every icon change.
|
|
icon: https://f-droid.gart.io/fdroid/repo/io.gart.app/en-US/icon_ny3mcofK86daDAECKn9lwLzvz5ppCDI5-z_Chwc9P3g=.png
|
|
|
|
images:
|
|
- https://f-droid.gart.io/fdroid/repo/io.gart.app/en-US/phoneScreenshots/01-login.png
|
|
- https://f-droid.gart.io/fdroid/repo/io.gart.app/en-US/phoneScreenshots/02-home.png
|
|
- https://f-droid.gart.io/fdroid/repo/io.gart.app/en-US/phoneScreenshots/03-add-watcher.png
|
|
- https://f-droid.gart.io/fdroid/repo/io.gart.app/en-US/phoneScreenshots/04-chat-list.png
|
|
- https://f-droid.gart.io/fdroid/repo/io.gart.app/en-US/phoneScreenshots/05-active-test-alert.png
|
|
- https://f-droid.gart.io/fdroid/repo/io.gart.app/en-US/phoneScreenshots/06-alert-notification.png
|