1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-22 16:04:21 +00:00

Fix manifest.json

This commit is contained in:
Steffo 2020-09-01 19:15:18 +02:00
parent f42829b249
commit 071e3191ad

View file

@ -1,6 +1,6 @@
{
"name": "Unisteffo",
"short_name": "Unisteffo",
"name": "Appuntiweb",
"short_name": "Appuntiweb",
"start_url": "/",
"display": "browser",
"orientation": "portrait",
@ -8,9 +8,8 @@
"theme_color": "#1c2b4f",
"icons": [
{
"src": "/assets/icon.png",
"type": "image/png",
"sizes": "800x800"
"src": "/favicon.ico",
"type": "image/x-icon"
}
]
}