feat: Added favicon and changed app name

This commit is contained in:
canove
2020-07-28 16:07:52 -03:00
parent aebb5505bd
commit 5a1b79ea7e
9 changed files with 37 additions and 10 deletions

View File

@@ -0,0 +1,15 @@
{
"short_name": "WaTicket",
"name": "WaTicket",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}