fix(pwa): correct description & theme color
This commit is contained in:
parent
9e3578425f
commit
c5da63b23e
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "Haldis",
|
||||
"short_name": "Haldis",
|
||||
"description": "Zeus WPI's drink ordering system",
|
||||
"theme_color": "#ff6600",
|
||||
"description": "Zeus WPI's food ordering system",
|
||||
"theme_color": "#ff7f00",
|
||||
"background_color": "#1c1c1c",
|
||||
"display": "standalone",
|
||||
"scope": "/",
|
||||
|
|
Loading…
Reference in a new issue