* Add new logos * fixup! Add new logos * fixup! fixup! Add new logos * Setup login screen * fixup! Setup login screen
37 lines
No EOL
762 B
JSON
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"
|
|
}
|
|
]
|
|
} |