summaryrefslogtreecommitdiff
path: root/app/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/manifest.json')
-rw-r--r--app/manifest.json24
1 files changed, 23 insertions, 1 deletions
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
+}