From 124621aa023e289a3cb4823b17e1c8bb0e240be7 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 8 Aug 2026 10:40:05 +0200 Subject: =?UTF-8?q?=C3=9Cbersetzungen=20DE/EN/LA/JA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/manifest.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'app/manifest.json') diff --git a/app/manifest.json b/app/manifest.json index 28baa45..3523ab4 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -34,5 +34,27 @@ "type": "image/png", "purpose": "maskable" } + ], + "shortcuts": [ + { + "name": "Deutsch", + "short_name": "DE", + "url": "./?lang=de" + }, + { + "name": "English", + "short_name": "EN", + "url": "./?lang=en" + }, + { + "name": "Latine", + "short_name": "LA", + "url": "./?lang=la" + }, + { + "name": "日本語", + "short_name": "JA", + "url": "./?lang=ja" + } ] -} \ No newline at end of file +} -- cgit v1.2.1