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:
parent
f42829b249
commit
071e3191ad
1 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Unisteffo",
|
"name": "Appuntiweb",
|
||||||
"short_name": "Unisteffo",
|
"short_name": "Appuntiweb",
|
||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
"display": "browser",
|
"display": "browser",
|
||||||
"orientation": "portrait",
|
"orientation": "portrait",
|
||||||
|
@ -8,9 +8,8 @@
|
||||||
"theme_color": "#1c2b4f",
|
"theme_color": "#1c2b4f",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/assets/icon.png",
|
"src": "/favicon.ico",
|
||||||
"type": "image/png",
|
"type": "image/x-icon"
|
||||||
"sizes": "800x800"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue