dispatch/client/public/manifest.json
Ken-Håvard Lieng aab1ad3e99 Fix h2 push
2019-01-25 02:32:22 +01:00

22 lines
379 B
JSON

{
"short_name": "Dispatch",
"name": "Dispatch",
"icons": [
{
"src": "icon_192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "icon_512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"background_color": "#f0f0f0",
"display": "standalone",
"scope": "/",
"theme_color": "#222"
}