1
0
mirror of https://github.com/vladmandic/sdnext.git synced 2026-01-27 15:02:48 +03:00
Files
sdnext/html/manifest.json
Vladimir Mandic 8dbfc2e626 pwa installable
2024-04-27 19:00:01 -04:00

9 lines
221 B
JSON

{
"name": "SD.Next",
"short_name": "SD.Next",
"icons": [{ "src": "favicon.png", "sizes": "256x256", "type": "image/png", "purpose": "any maskable" }],
"start_url": "/",
"scope": "/",
"display": "standalone"
}