Files
Emailsorter/client/public/site.webmanifest
2026-02-03 23:27:25 +01:00

27 lines
532 B
JSON

{
"name": "MailFlow",
"short_name": "MailFlow",
"description": "AI-powered email sorting for maximum productivity",
"icons": [
{
"src": "/favicon.png",
"sizes": "any",
"type": "image/png"
},
{
"src": "/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "/logo.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#22c55e",
"background_color": "#ffffff",
"display": "standalone",
"start_url": "/"
}