Fix Mobile PWA not showing in true Fullscreen

adding "fullscreen" to the display attribute wasn't enough, but adding it to the start_url attribute was. This does not appear to affect PC (which is good since it shouldn't).
This commit is contained in:
Benjamin Odom 2024-05-01 23:43:27 -05:00
parent 6855e4ffa1
commit e2f8e9e215

View File

@ -3,7 +3,7 @@
"short_name": "PokéRogue",
"description": "A Pokémon fangame heavily inspired by the roguelite genre. Battle endlessly while gathering stacking items, exploring many different biomes, and reaching Pokémon stats you never thought possible.",
"scope": "/",
"start_url": "/",
"start_url": "https://pokerogue.net?fullscreen=true",
"display": "fullscreen",
"orientation": "landscape",
"background_color": "#8c8c8c",