diff options
Diffstat (limited to 'public/manifest.json')
-rw-r--r-- | public/manifest.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..0072d9f 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "OpenBills", + "name": "OpenBills WebUI", "icons": [ { "src": "favicon.ico", @@ -20,6 +20,6 @@ ], "start_url": ".", "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" + "theme_color": "#8c36e0", + "background_color": "#232627" } |