Web App Manifest: standalone instead of minimal-ui
This commit is contained in:
parent
a8dda91c3c
commit
146a537ec4
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user