Fix colors in webmanifest

This commit is contained in:
Chrystian Huot 2020-07-13 09:49:53 -04:00
parent ca410ce742
commit f66c12f51e

View file

@ -1,8 +1,8 @@
{ {
"name": "Rdio Scanner", "name": "Rdio Scanner",
"short_name": "Rdio Scanner", "short_name": "Rdio Scanner",
"theme_color": "#1976d2", "theme_color": "#1e1e1e",
"background_color": "#fafafa", "background_color": "#1e1e1e",
"display": "standalone", "display": "standalone",
"scope": "./", "scope": "./",
"start_url": "./", "start_url": "./",