diff options
author | Derek Stevens <nilix@nilfm.cc> | 2021-02-09 00:18:54 -0500 |
---|---|---|
committer | Derek Stevens <nilix@nilfm.cc> | 2021-02-09 00:18:54 -0500 |
commit | e3461ffd0dac6476173bdae8f229393bbfa9b605 (patch) | |
tree | d3805c1989607d6d31f448bf2d977bb200a8813c | |
parent | 3d496c12075e0ac3f80add7da11cc81bf33d54de (diff) |
manifest.json: force landscape orientation
-rw-r--r-- | manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 7ab02ca..5315723 100644 --- a/manifest.json +++ b/manifest.json @@ -4,5 +4,6 @@ "start_url": "./index.html", "display": "fullscreen", "theme_color": "#1f9b92", - "background_color": "#000000" + "background_color": "#000000", + "orientation": "landscape" } |