aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-09-26 20:00:09 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-09-26 20:00:09 +0530
commitdb693ab4000405f5b02e71dfaf78efe6884b775b (patch)
tree169712dca42359a1575f9a889a1e60556932ada4 /public
parentecff3ce21dc1fb68cbe62533a1798bc7b4c061ba (diff)
First Commit
Diffstat (limited to 'public')
-rw-r--r--public/manifest.json8
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"
}