Do not force portrait mode

For easier use on larger devices like tablets
This commit is contained in:
Arvind Chembarpu 2020-09-21 21:24:32 +02:00 committed by GitHub
parent 855fe1235a
commit 86cd3c0c38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,5 @@
],
"theme_color": "#3c8dbc",
"background_color": "#3c8dbc",
"display": "standalone",
"orientation": "portrait"
"display": "standalone"
}