manifest.json orientation code example
Example 1: manifest orientation portrait
{
"orientation": "portrait"
}
Example 2: add manifist to html
<link rel="manifest" href="/manifest.webmanifest">
{
"orientation": "portrait"
}
<link rel="manifest" href="/manifest.webmanifest">