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",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue