aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-09-14 21:11:19 -0700
committerFuwn <[email protected]>2023-09-14 21:11:19 -0700
commit01a2407ed53ce7b147f45807632babc579889728 (patch)
treec8f5b93d3fbd4fe2ab85dc3f123a17c6dfce2f11 /static
parentfix(html): meta icon (diff)
downloaddue.moe-01a2407ed53ce7b147f45807632babc579889728.tar.xz
due.moe-01a2407ed53ce7b147f45807632babc579889728.zip
feat(pwa): add colours
Diffstat (limited to 'static')
-rw-r--r--static/manifest.json2
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!"
}