Fixed: Use widely supported display mode for PWA

This commit is contained in:
Cuki 2024-04-06 08:08:08 +02:00 committed by GitHub
parent 7776ec9955
commit 1562d3bae3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@
"start_url": "../../../../",
"theme_color": "#3a3f51",
"background_color": "#3a3f51",
"display": "minimal-ui"
"display": "standalone"
}