update pwa description

This commit is contained in:
2022-04-05 19:15:56 +02:00
parent bb3f825bc4
commit cfaa730bdf

View File

@@ -1,6 +1,6 @@
{ {
"name": "Spot", "name": "Spotty",
"short_name": "Spot", "short_name": "Spotty",
"icons": [ "icons": [
{ {
"src": "/images/icons/android-chrome-192x192.png?v=GvmqYyKwbb", "src": "/images/icons/android-chrome-192x192.png?v=GvmqYyKwbb",
@@ -17,5 +17,6 @@
], ],
"theme_color": "#ffffff", "theme_color": "#ffffff",
"background_color": "#ffffff", "background_color": "#ffffff",
"display": "standalone" "display": "browser",
"orientation": "portrait"
} }