Dodano wsparcie PWA

This commit is contained in:
2022-07-14 14:57:44 +02:00
parent abc8fda98e
commit 4ca1c7bb9c
22 changed files with 2320 additions and 66 deletions
+6 -5
View File
@@ -1,6 +1,6 @@
{
"name": "",
"short_name": "",
"name": "Stacjownik TD2",
"short_name": "Stacjownik",
"icons": [
{
"src": "/android-chrome-192x192.png",
@@ -13,7 +13,8 @@
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
"theme_color": "#ffc014",
"background_color": "#4d4d4d",
"display": "standalone",
"start_url": "."
}