refac: orientation

This commit is contained in:
Timothy J. Baek 2024-11-03 01:59:53 -07:00
parent 230e2f8f82
commit 0c6453078e

View File

@ -2393,7 +2393,7 @@ async def get_manifest_json():
"start_url": "/", "start_url": "/",
"display": "standalone", "display": "standalone",
"background_color": "#343541", "background_color": "#343541",
"orientation": "any", "orientation": "natural",
"icons": [ "icons": [
{ {
"src": "/static/logo.png", "src": "/static/logo.png",