Files
keyvault/client/public/manifest.webmanifest
Bastian Wagner d7cfc89ba5 pwa icon
2026-02-18 14:14:15 +01:00

22 lines
405 B
JSON

{
"name": "client",
"short_name": "client",
"display": "standalone",
"scope": "./",
"start_url": "./",
"icons": [
{
"src": "icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
}
]
}