pwa installable

This commit is contained in:
Vladimir Mandic
2024-04-27 19:00:01 -04:00
parent 6e0941602b
commit 8dbfc2e626
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "SD.Next",
"short_name": "SD.Next",
"icons": [{ "src": "favicon.png", "sizes": "256x256", "type": "image/png", "purpose": "any maskable" }],
"start_url": "./index.html",
"start_url": "/",
"scope": "/",
"display": "standalone"
}