v3/frontend/public/manifest.json
Kalle Struik 116e457d21
All checks were successful
/ Push Docker image to local registry (push) Successful in 3m38s
Proper size logos
2025-04-16 13:38:33 +02:00

20 lines
395 B
JSON

{
"short_name": "KNotes",
"name": "KNotes",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "/app",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}