22 lines
543 B
JSON
Raw Normal View History

2025-11-09 23:29:07 +01:00
{
2025-11-13 20:50:03 +01:00
"name": "MyWebdav Cloud Storage",
"short_name": "MyWebdav",
2025-11-13 23:53:05 +01:00
"description": "A cloud storage SaaS web application",
2025-11-09 23:29:07 +01:00
"start_url": "/",
"display": "standalone",
"background_color": "#F0F2F5",
"theme_color": "#003399",
"icons": [
{
"src": "/static/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}