console-hub/html/views/manifest.json
2019-12-30 18:59:50 +01:00

16 lines
303 B
JSON

{
"short_name": "Console hub",
"name": "Console hub beta",
"icons": [
{
"src": "/favicon.ico",
"type": "image/ico"
}
],
"start_url": "/",
"background_color": "#5d75ad",
"display": "standalone",
"orientation": "landscape",
"scope": "/",
"theme_color": "#5d75ad"
}