1
0
mirror of https://github.com/beestat/app.git synced 2025-12-27 07:10:35 -05:00
beestat/manifest.json
Jon Ziebell 0910e60bee Fixed #211 - iOS Add to Home Screen not working
Manifest was pointing to app.beestat.io/dashboard, which is not valid. Only beestat.io/dashboard is as a legacy option. Set to be simply app.beestat.io.
2020-01-05 21:46:14 -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": "#37474f",
"theme_color": "#37474f"
}