mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-27 01:28:56 +08:00
17 lines
351 B
JSON
17 lines
351 B
JSON
|
{
|
||
|
"name": "RainLoop Webmail",
|
||
|
"short_name": "RainLoop",
|
||
|
"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": "../../../../"
|
||
|
}
|