tududi/public/manifest.json
Chris 26a0024207
Add new logos (#463)
* Add new logos

* fixup! Add new logos

* fixup! fixup! Add new logos

* Setup login screen

* fixup! Setup login screen
2025-11-02 00:18:40 +02:00

37 lines
No EOL
762 B
JSON

{
"name": "tududi",
"short_name": "tududi",
"description": "A simple and effective task management application",
"start_url": "/",
"display": "standalone",
"theme_color": "#4a5568",
"background_color": "#ffffff",
"icons": [
{
"src": "/icon-logo.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/favicon.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "/favicon-32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "/favicon-16.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "/favicon.ico",
"sizes": "16x16 32x32 48x48",
"type": "image/x-icon"
}
]
}