kenso war das

This commit is contained in:
2026-02-03 23:27:25 +01:00
parent 6bf3c603d8
commit ef2faa21fd
73 changed files with 8416 additions and 257 deletions

View File

@@ -1,17 +1,22 @@
{
"name": "EmailSorter",
"short_name": "EmailSorter",
"name": "MailFlow",
"short_name": "MailFlow",
"description": "AI-powered email sorting for maximum productivity",
"icons": [
{
"src": "/favicon.svg",
"src": "/favicon.png",
"sizes": "any",
"type": "image/svg+xml"
"type": "image/png"
},
{
"src": "/apple-touch-icon.svg",
"src": "/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/svg+xml"
"type": "image/png"
},
{
"src": "/logo.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#22c55e",