Add shortcuts for interventions and trainings in PWA

This commit is contained in:
Matteo Gheza 2024-01-17 18:37:01 +01:00
parent 61c508c59e
commit f468d3cd54
1 changed files with 12 additions and 0 deletions

View File

@ -55,5 +55,17 @@
"type": "image/png",
"purpose": "maskable any"
}
],
"shortcuts": [
{
"name": "Interventi",
"url": "/#/services",
"description": "Lista degli interventi"
},
{
"name": "Esercitazioni",
"url": "/#/trainings",
"description": "Lista delle esercitazioni"
}
]
}