49 lines
2.3 KiB
YAML
49 lines
2.3 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.
|
|
#
|
|
# Metadata + assets are sourced from our self-hosted F-Droid repo at
|
|
# https://f-droid.gart.io/fdroid/repo. zsp does NOT auto-harvest from
|
|
# self-hosted F-Droid instances (its `metadata_sources: [fdroid]` host
|
|
# allowlist is hardcoded to f-droid.org and apt.izzysoft.de — see
|
|
# zapstore/zsp internal/config/config.go), so every field below mirrors
|
|
# what fdroidserver published into index-v2.json by hand.
|
|
|
|
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
|