From 629040b752e2510b936e7ca11fdd96e2073e89df Mon Sep 17 00:00:00 2001 From: Amk Date: Mon, 25 May 2026 12:37:53 +0200 Subject: [PATCH] Add image metadata --- zapstore.yaml | 44 +++++++++++++++++++++++++++++++++++++------- 1 file changed, 37 insertions(+), 7 deletions(-) diff --git a/zapstore.yaml b/zapstore.yaml index 1110fb1..53c9de2 100644 --- a/zapstore.yaml +++ b/zapstore.yaml @@ -1,18 +1,48 @@ # 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 -# Self-hosted F-Droid index (not f-droid.org). Must be HTTPS. release_source: https://f-droid.gart.io/fdroid/repo -name: Gart -summary: Secure, decentralized location sharing over Nostr +name: Gart App +summary: Silent emergency alert to trusted contacts over Nostr description: | - Gart is a privacy-first location sharing app. It uses the Nostr protocol - with NIP-44 encryption and NIP-59 gift wrapping — no central server, no - account, location data stays end-to-end encrypted between group members. + 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 -# icon: https://... # TODO(setup): public icon URL, or let zsp upload it +website: https://gart.io +author: Gart +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