add webmanifest

This commit is contained in:
Vladimir Mandic
2024-04-27 12:33:54 -04:00
parent 148ae36d7b
commit 1b43c5ec71
2 changed files with 18 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"name": "SD.Next",
"short_name": "SD.Next",
"icons": [{ "src": "favicon.png", "sizes": "256x256", "type": "image/png", "purpose": "any maskable" }],
"start_url": "./index.html",
"scope": "/",
"display": "standalone"
}