1
0
mirror of https://github.com/beestat/app.git synced 2026-01-23 20:27:23 -05:00
beestat/manifest.json
2019-05-22 21:22:24 -04:00

15 lines
321 B
JSON

{
"name": "beestat",
"short_name": "beestat",
"icons": [
{
"src": "favicon.png",
"sizes": "36x36 48x48 72x72 96x96 128x128 144x144 192x192 256x256 512x512"
}
],
"start_url": "/dashboard",
"display": "standalone",
"background_color": "#37474f",
"theme_color": "#37474f"
}