v1/UI/public/manifest.json
2018-11-01 01:36:39 -05:00

15 lines
308 B
JSON

{
"short_name": "roleypoly",
"name": "roleypoly",
"icons": [
{
"src": "favicon.png",
"sizes": "128x128 64x64 32x32 24x24 16x16",
"type": "image/png"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#ab9b9a",
"background_color": "#453e3d"
}