- Remove all debug logs (127.0.0.1:7242) that cause errors in production - Fix site.webmanifest to use existing SVG icons instead of missing PNG files - Build erfolgreich
22 lines
455 B
JSON
22 lines
455 B
JSON
{
|
|
"name": "EmailSorter",
|
|
"short_name": "EmailSorter",
|
|
"description": "AI-powered email sorting for maximum productivity",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml"
|
|
},
|
|
{
|
|
"src": "/apple-touch-icon.svg",
|
|
"sizes": "180x180",
|
|
"type": "image/svg+xml"
|
|
}
|
|
],
|
|
"theme_color": "#22c55e",
|
|
"background_color": "#ffffff",
|
|
"display": "standalone",
|
|
"start_url": "/"
|
|
}
|