mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-13 02:55:24 +08:00
16 lines
371 B
JSON
16 lines
371 B
JSON
{
|
|
"name": "SnappyMail Webmail",
|
|
"short_name": "SnappyMail",
|
|
"description": "Simple, modern & fast web-based email client",
|
|
"display": "standalone",
|
|
"icons": [{
|
|
"src": "apple-touch-icon.png",
|
|
"sizes": "64x64",
|
|
"type": "image/png"
|
|
}, {
|
|
"src": "android-icon.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
}],
|
|
"start_url": "../../../../"
|
|
}
|