mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08:00
7468268e1a
* PNG icon of at least 512px * `background_color` * `theme_color` * maskable icon * `<meta name="theme-color">` tag
23 lines
537 B
JSON
23 lines
537 B
JSON
{
|
|
"name": "SnappyMail Webmail",
|
|
"short_name": "SnappyMail",
|
|
"description": "Simple, modern & fast web-based email client",
|
|
"display": "standalone",
|
|
"background_color": "white",
|
|
"theme_color": "black",
|
|
"icons": [{
|
|
"src": "apple-touch-icon.png",
|
|
"sizes": "64x64",
|
|
"type": "image/png"
|
|
}, {
|
|
"src": "android-icon.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
}, {
|
|
"src": "logo-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}],
|
|
"start_url": "../../../../"
|
|
}
|