refac: manifest orientation "any"

This commit is contained in:
Timothy Jaeryang Baek 2025-04-18 02:24:44 -07:00
parent 8f67ffabbd
commit 64a98b2e0e

View File

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