Merge pull request #16109 from amoshydra/pwa-remove-orientation-member

fix: remove orientation specifier, respect OS level rotation
This commit is contained in:
Tim Jaeryang Baek 2025-07-29 16:24:24 +04:00 committed by GitHub
commit 97a788e4a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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