Files
my2dos/static/manifest.webmanifest
T
2026-08-22 17:15:09 +02:00

32 lines
661 B
JSON

{
"id": "/",
"name": "my2dos",
"short_name": "my2dos",
"description": "Notizen, Aufgaben, Links und Journal",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#f7f7f4",
"theme_color": "#212529",
"icons": [
{
"src": "/static/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/static/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/static/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}