1
0
mirror of https://github.com/beestat/app.git synced 2026-05-31 03:15:16 -04:00
Files
beestat/manifest.json
T
Jon Ziebell 36f4e49d8f Updated logo
2021-02-09 20:40:46 -05:00

15 lines
312 B
JSON

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