summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-05-05 10:12:16 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-05-05 10:13:21 -0400
commit8a866b5928c05823a99683575870be2a748181fb (patch)
tree8755feeb7dd4acf8835d0b18477c6ab0dda73097 /static
parent302fa154f4cd364881a4d5ee3696a314fdf0be1f (diff)
include theme color in Web App Manifest too
Diffstat (limited to 'static')
-rw-r--r--static/manifest.webmanifest1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/manifest.webmanifest b/static/manifest.webmanifest
index 03663e3b..173b6f17 100644
--- a/static/manifest.webmanifest
+++ b/static/manifest.webmanifest
@@ -1,4 +1,5 @@
{
+ "theme_color": "#212121",
"icons": [
{
"src": "res/mipmap-mdpi/ic_launcher.png",