mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Force portrait orientation on webmanifest
This commit is contained in:
parent
f66c12f51e
commit
7bc9d881de
|
|
@ -4,6 +4,7 @@
|
|||
"theme_color": "#1e1e1e",
|
||||
"background_color": "#1e1e1e",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait",
|
||||
"scope": "./",
|
||||
"start_url": "./",
|
||||
"icons": [
|
||||
|
|
@ -56,4 +57,4 @@
|
|||
"purpose": "maskable any"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue