Theme colors to manifest.

This commit is contained in:
codevictory
2021-12-16 18:02:17 +02:00
parent aded3ad685
commit ea23cbcd36

View File

@@ -20,6 +20,6 @@
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"theme_color": "#a7ab81",
"background_color": "#efefea"
}