diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-05 10:14:24 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-05 10:14:24 -0400 |
| commit | ea905397d7e51264a9a20386218716101e794254 (patch) | |
| tree | ab9900e91b747347089a8c6e5f6a4b877f471445 /static/manifest.webmanifest | |
| parent | 8a866b5928c05823a99683575870be2a748181fb (diff) | |
add background_color to Web App Manifest
Diffstat (limited to 'static/manifest.webmanifest')
| -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 173b6f17..de9c77b4 100644 --- a/static/manifest.webmanifest +++ b/static/manifest.webmanifest @@ -1,5 +1,6 @@ { "theme_color": "#212121", + "background_color": "#fafafa", "icons": [ { "src": "res/mipmap-mdpi/ic_launcher.png", |
