Update manifest.json

This commit is contained in:
Daniel Kluge 2022-02-17 16:05:03 +01:00
parent 6634b445ba
commit a8cc8b2e45

View File

@ -1,6 +1,8 @@
{ {
"name": "c0ntroller.de", "name": "c0ntroller.de",
"short_name": "c0ntroller.de", "short_name": "c0ntroller.de",
"description": "My personal homepage in the style of a CLI.",
"start_url": ".",
"icons": [ "icons": [
{ {
"src": "/android-chrome-192x192.png", "src": "/android-chrome-192x192.png",
@ -15,5 +17,8 @@
], ],
"theme_color": "#444444", "theme_color": "#444444",
"background_color": "#444444", "background_color": "#444444",
"display": "standalone" "display": "standalone",
"dir": "auto",
"lang": "en-US",
"orientation": "any"
} }