PWA: capitalize app name (everyone seems to do it that way)
This commit is contained in:
parent
122e2a7b4a
commit
beab3a3307
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "travelynx",
|
"name": "Travelynx",
|
||||||
"short_name": "travelynx",
|
"short_name": "Travelynx",
|
||||||
"scope": "/",
|
"scope": "/",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
"src": "/static/v11/icons/icon-128x128.png",
|
"src": "/static/v11/icons/icon-128x128.png",
|
||||||
|
|
Loading…
Reference in a new issue