Updated PWA manifest

This commit is contained in:
Alejandro Celaya 2018-07-26 20:47:17 +02:00
parent 78ba7c75ff
commit f027ca29d5
2 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Shlink",
"name": "Shlink web client",
"icons": [
{
"src": "favicon.ico",
@ -10,6 +10,6 @@
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"theme_color": "#4696e5",
"background_color": "#ffffff"
}