From a8cc8b2e450eaef3aaff3d1d568688587acef70a Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Thu, 17 Feb 2022 16:05:03 +0100 Subject: [PATCH] Update manifest.json --- public/manifest.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 2577b08..4ddad5b 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,8 @@ { "name": "c0ntroller.de", "short_name": "c0ntroller.de", + "description": "My personal homepage in the style of a CLI.", + "start_url": ".", "icons": [ { "src": "/android-chrome-192x192.png", @@ -15,5 +17,8 @@ ], "theme_color": "#444444", "background_color": "#444444", - "display": "standalone" -} + "display": "standalone", + "dir": "auto", + "lang": "en-US", + "orientation": "any" +} \ No newline at end of file