summaryrefslogtreecommitdiff
path: root/static/manifest.webmanifest
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-05-05 10:14:24 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-05-05 10:14:24 -0400
commitea905397d7e51264a9a20386218716101e794254 (patch)
treeab9900e91b747347089a8c6e5f6a4b877f471445 /static/manifest.webmanifest
parent8a866b5928c05823a99683575870be2a748181fb (diff)
add background_color to Web App Manifest
Diffstat (limited to 'static/manifest.webmanifest')
-rw-r--r--static/manifest.webmanifest1
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",