diff options
| author | Fuwn <[email protected]> | 2023-09-14 21:11:19 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-14 21:11:19 -0700 |
| commit | 01a2407ed53ce7b147f45807632babc579889728 (patch) | |
| tree | c8f5b93d3fbd4fe2ab85dc3f123a17c6dfce2f11 /static | |
| parent | fix(html): meta icon (diff) | |
| download | due.moe-01a2407ed53ce7b147f45807632babc579889728.tar.xz due.moe-01a2407ed53ce7b147f45807632babc579889728.zip | |
feat(pwa): add colours
Diffstat (limited to 'static')
| -rw-r--r-- | static/manifest.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/manifest.json b/static/manifest.json index c06e227c..086a9a71 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -44,7 +44,9 @@ "sizes": "16x16" } ], + "background_color": "#060506", "display": "standalone", "scope": "/", + "theme_color": "#060506", "description": "Instantly view which anime & manga on your lists have new episodes/chapters!" } |