Web App Manifest: standalone instead of minimal-ui

This commit is contained in:
Noah Petherbridge 2024-08-13 20:14:06 -07:00
parent a8dda91c3c
commit 146a537ec4

View File

@ -21,7 +21,7 @@
"id": "/?source=pwa", "id": "/?source=pwa",
"start_url": "/me?source=pwa", "start_url": "/me?source=pwa",
"background_color": "#17181c", "background_color": "#17181c",
"display": "minimal-ui", "display": "standalone",
"scope": "/", "scope": "/",
"theme_color": "#17181c", "theme_color": "#17181c",
"description": "A social network for nudists and exhibitionists.", "description": "A social network for nudists and exhibitionists.",
@ -39,4 +39,4 @@
"form_factor": "wide" "form_factor": "wide"
} }
] ]
} }