format manifest: specify orientation
This commit is contained in:
parent
fc7869000e
commit
f8ceca7ba1
1 changed files with 11 additions and 7 deletions
|
|
@ -1,13 +1,17 @@
|
|||
{
|
||||
"name": "Prismarine Web Client",
|
||||
"short_name": "Prismarine Web Client",
|
||||
"scope": "/",
|
||||
"start_url": "/",
|
||||
"icons": [{
|
||||
"src": "favicon.png",
|
||||
"sizes": "512x512"
|
||||
}],
|
||||
"scope": "./",
|
||||
"start_url": "./",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
],
|
||||
"background_color": "#349474",
|
||||
"theme_color": "#349474",
|
||||
"lang": "en-US",
|
||||
"orientation": "landscape",
|
||||
"display": "standalone"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue