diff options
| author | Fuwn <[email protected]> | 2024-07-08 18:18:18 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-08 18:18:18 -0700 |
| commit | bf0ee9899107651741be51fac90a112f1621936b (patch) | |
| tree | cdb76da95c5fd66f57d5a5ac2b310b3ecf49b540 /static | |
| parent | feat(SequelCatcher): formatting (diff) | |
| download | due.moe-bf0ee9899107651741be51fac90a112f1621936b.tar.xz due.moe-bf0ee9899107651741be51fac90a112f1621936b.zip | |
feat(manifest.json): add orientation
Diffstat (limited to 'static')
| -rw-r--r-- | static/manifest.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/manifest.json b/static/manifest.json index 7224b5c4..8ed54e7d 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -2,6 +2,7 @@ "short_name": "due.moe", "name": "due.moe", "start_url": "/", + "orientation": "any", "icons": [ { "src": "https://due.moe/favicon-196x196.png", |