commit c4f56d41039c1f712a0877334971e7440beb161b
parent 0ddfe5bf5e37ebff45c6ef6211da62a6ef7bc49f
Author: Hunter
Date:   Mon, 13 Jan 2025 17:33:44 -0500

make PWA fullscreen

Diffstat:
Mmanifest.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifest.json b/manifest.json @@ -9,7 +9,7 @@ } ], "start_url": "/matryoshka/", - "display": "standalone", + "display": "fullscreen", "background_color": "#000000", "theme_color": "#ccff00" }