grungnet/public/manifest.json

26 lines
486 B
JSON
Raw Normal View History

2020-03-15 05:04:30 +00:00
{
2020-04-14 12:20:53 +00:00
"short_name": "Owlbear Rodeo",
"name": "Owlbear Rodeo",
2020-03-15 05:04:30 +00:00
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
2020-04-14 12:40:15 +00:00
"theme_color": "#222639",
2020-04-14 12:46:09 +00:00
"background_color": "#222639"
2020-03-15 05:04:30 +00:00
}