diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-21 00:28:57 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-21 00:28:57 +0100 |
commit | 587bf6820ee4dd5314488be68aa1e8ae07920356 (patch) | |
tree | 855dbc425fad7bf57ff26bd2d99242e0ebea1026 /public | |
parent | e09d3a2c6692fbc16cc6788cdc32b87e86f0b60f (diff) |
Improved launcher icon on Android
Diffstat (limited to 'public')
-rw-r--r-- | public/android-chrome-192x192.png | bin | 14577 -> 15840 bytes | |||
-rw-r--r-- | public/manifest.json | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png index f059bbc46..8d6b71322 100644 --- a/public/android-chrome-192x192.png +++ b/public/android-chrome-192x192.png Binary files differdiff --git a/public/manifest.json b/public/manifest.json index d12d128ef..26e169ad2 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -8,7 +8,7 @@ "type": "image\/png" } ], - "theme_color": "#ffffff", + "theme_color": "#282c37", "display": "standalone", "start_url": "/web/timelines/home" } |