27 lines
532 B
JSON
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": "/"
|
|
}
|