Fix theme_color capital letter

This commit is contained in:
2018-11-02 06:04:56 +07:00
parent dcbb259675
commit 053056d685

View File

@@ -15,6 +15,6 @@
], ],
"start_url": ".", "start_url": ".",
"background_color": "#FFF", "background_color": "#FFF",
"Theme_color": "#536878", "theme_color": "#536878",
"display": "standalone" "display": "standalone"
} }