From 0b597e0b01455aeef5fdfeff27f4ef4a883604ab Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Mon, 23 Mar 2026 22:23:41 +0100 Subject: [PATCH] feat(pwa): rename short_name to Transcript --- app/static/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/manifest.json b/app/static/manifest.json index 656f125..b9bc426 100644 --- a/app/static/manifest.json +++ b/app/static/manifest.json @@ -1,6 +1,6 @@ { "name": "Apoena Transcript", - "short_name": "Apoena", + "short_name": "Transcript", "description": "Privacy-first, in-browser speech-to-text transcription", "start_url": "/", "display": "standalone",