1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00

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.
This commit is contained in:
Jon Ziebell 2020-01-05 21:46:14 -05:00
parent aee4b52d95
commit 0910e60bee

View File

@ -7,7 +7,7 @@
"sizes": "36x36 48x48 72x72 96x96 128x128 144x144 192x192 256x256 512x512"
}
],
"start_url": "/dashboard",
"start_url": "/",
"display": "standalone",
"background_color": "#37474f",
"theme_color": "#37474f"