Fixed PWA name in manifest file

This commit is contained in:
Alejandro Celaya 2018-08-10 07:32:13 +02:00
parent f8372876d7
commit c5f59a17dd

View file

@ -1,6 +1,6 @@
{ {
"short_name": "Shlink", "short_name": "Shlink",
"name": "Shlink web client", "name": "Shlink",
"start_url": "/", "start_url": "/",
"display": "standalone", "display": "standalone",
"theme_color": "#4696e5", "theme_color": "#4696e5",