From f27c9a6605d03521593311eb74aa015d87a0d349 Mon Sep 17 00:00:00 2001 From: Eason WaveKat Date: Wed, 16 Sep 2026 23:21:57 +1200 Subject: [PATCH] chore: add Flathub domain verification file Flathub reviewers confirm that the developer controls the domain behind the app ID (com.wavekat.Voice -> wavekat.com) by fetching https://wavekat.com/.well-known/org.flathub.VerifiedApps.txt. The filename is fixed; it stays empty until the Flathub developer portal issues a token after the app is published, which then goes in as one line. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01A29r3jHUjhaZerP5ahYU8h --- public/.well-known/org.flathub.VerifiedApps.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 public/.well-known/org.flathub.VerifiedApps.txt diff --git a/public/.well-known/org.flathub.VerifiedApps.txt b/public/.well-known/org.flathub.VerifiedApps.txt new file mode 100644 index 00000000..e69de29b