Files
workavia-mail-front/web/manifest.json
T
Dat PHAM HOANG 90ee31c1dd Change Web icon
(cherry picked from commit 3c2eed43b243c6be5e775ba6b2d7b9ea11cc03bb)
2024-01-08 14:25:26 +01:00

36 lines
926 B
JSON

{
"name": "Twake Mail - JMAP Email Client",
"short_name": "Twake Mail",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "Twake Mail - JMAP Email Client",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icons/Icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/Icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icons/Icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/Icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}