usirooms/manifest.json
Joey 4ec5db7b03 UI pt.2
Signed-off-by: Joey <bevilacquajoey@gmail.com>
2019-09-26 23:25:17 +02:00

22 lines
418 B
JSON

{
"short_name": "USI Rooms",
"name": "USI INF Rooms",
"icons": [
{
"src": "./images/icon-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "./images/icon-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "./index.html",
"background_color": "#fafafa",
"display": "standalone",
"scope": "./",
"theme_color": "#333333"
}