Skip to content

Commit

Permalink
Fixed: Use widely supported display mode for PWA
Browse files Browse the repository at this point in the history
(cherry picked from commit 1562d3bae3002947f9e428321d2b162ad69c3309)
  • Loading branch information
cuki authored and mynameisbogdan committed Apr 6, 2024
1 parent a82c919 commit ca6beea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Content/Images/Icons/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"start_url": "../../../../",
"theme_color": "#3a3f51",
"background_color": "#3a3f51",
"display": "minimal-ui"
"display": "standalone"
}

0 comments on commit ca6beea

Please sign in to comment.