Web app manifest

This commit is contained in:
Pierre Rudloff 2016-07-11 12:11:26 +02:00
parent 739ed215ea
commit eccacadc48
4 changed files with 19 additions and 1 deletions

View file

@ -0,0 +1,16 @@
{
"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": "../../../../"
}