diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-05 10:12:16 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-05 10:13:21 -0400 |
| commit | 8a866b5928c05823a99683575870be2a748181fb (patch) | |
| tree | 8755feeb7dd4acf8835d0b18477c6ab0dda73097 | |
| parent | 302fa154f4cd364881a4d5ee3696a314fdf0be1f (diff) | |
include theme color in Web App Manifest too
| -rw-r--r-- | static/manifest.webmanifest | 1 |
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", |
