Fix icons path

Signed-off-by: Joey <bevilacquajoey@gmail.com>
This commit is contained in:
Joey 2019-09-27 08:21:07 +02:00
parent 4ec5db7b03
commit be2003e723
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@
"name": "USI INF Rooms",
"icons": [
{
"src": "./images/icon-192.png",
"src": "./assets/images/icon-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "./images/icon-512.png",
"src": "./assets/images/icon-512.png",
"type": "image/png",
"sizes": "512x512"
}