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": ".", "start_url": ".",
"display": "standalone", "display": "standalone",
"theme_color": "#000000", "theme_color": "#a7ab81",
"background_color": "#ffffff" "background_color": "#efefea"
} }