ulogger-server/manifest.json

18 lines
413 B
JSON
Raw Normal View History

2017-04-12 23:19:54 +02:00
{
"name": "",
"icons": [
{
2017-04-13 08:56:30 +02:00
"src": "icons/android-chrome-192x192.png",
2017-04-12 23:19:54 +02:00
"sizes": "192x192",
"type": "image/png"
},
{
2017-04-13 08:56:30 +02:00
"src": "icons/android-chrome-512x512.png",
2017-04-12 23:19:54 +02:00
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}