Skip to content

Commit

Permalink
Change manifest type to standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Jan 12, 2024
1 parent 36b05ca commit 9e210dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vinywaji/gui/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def manifest(request):
"short_name": settings.ORG_NAME,
"theme_color": theme_color,
"background_color": "#ffffff",
"display": "browser",
"display": "standalone",
"orientation": "portrait",
"scope": "/",
"start_url": "/",
Expand Down

0 comments on commit 9e210dc

Please sign in to comment.