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",
|
"name": "Haldis",
|
||||||
"short_name": "Haldis",
|
"short_name": "Haldis",
|
||||||
"description": "Zeus WPI's drink ordering system",
|
"description": "Zeus WPI's food ordering system",
|
||||||
"theme_color": "#ff6600",
|
"theme_color": "#ff7f00",
|
||||||
"background_color": "#1c1c1c",
|
"background_color": "#1c1c1c",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"scope": "/",
|
"scope": "/",
|
||||||
|
|
Loading…
Reference in a new issue