etesync/public/manifest.json

16 lines
324 B
JSON
Raw Normal View History

2017-11-30 11:06:15 +00:00
{
2017-12-05 16:57:10 +00:00
"short_name": "EteSync",
"name": "EteSync - Secure, Encryted and Journaled Cloud Sync",
2017-11-30 11:06:15 +00:00
"icons": [
{
"src": "favicon.ico",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#ffc107",
"background_color": "#03a9f4"
2017-11-30 11:06:15 +00:00
}