Update PWA colors

This commit is contained in:
2022-12-08 22:50:02 +01:00
parent 97f74c9362
commit 81b5f323eb
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "diuna", "name": "diuna",
"version": "0.0.1", "version": "0.0.2",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",

View File

@@ -2,7 +2,7 @@
"name": "Diuna", "name": "Diuna",
"short_name": "Diuna", "short_name": "Diuna",
"theme_color": "#FF9800", "theme_color": "#FF9800",
"background_color": "#fafafa", "background_color": "#FF9800",
"display": "standalone", "display": "standalone",
"scope": "./", "scope": "./",
"start_url": "./", "start_url": "./",