From 6e55ffa217bdd034f7b9e543c2d653ba79f18860 Mon Sep 17 00:00:00 2001 From: "Felix W. Dekker" Date: Mon, 7 Dec 2020 16:47:15 +0100 Subject: [PATCH] Allow any rotation in web app Fixes #154. --- package.json | 2 +- src/main/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0f9d550..ee45b08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fwdekker.com", - "version": "0.39.6", + "version": "0.39.7", "description": "The source code of [my personal website](https://fwdekker.com/).", "author": "Felix W. Dekker", "browser": "dist/bundle.js", diff --git a/src/main/manifest.json b/src/main/manifest.json index 5f02e92..53de0dd 100644 --- a/src/main/manifest.json +++ b/src/main/manifest.json @@ -4,7 +4,7 @@ "start_url": "index.html", "scope": "/", "display": "standalone", - "orientation": "portrait", + "orientation": "any", "theme_color": "#0033cc", "background_color": "#000000", "description": "Felix W. Dekker's personal website",