From f468d3cd54cc7b46c06a41238c0bd65b0972542a Mon Sep 17 00:00:00 2001 From: Matteo Gheza Date: Wed, 17 Jan 2024 18:37:01 +0100 Subject: [PATCH] Add shortcuts for interventions and trainings in PWA --- frontend/src/manifest.webmanifest | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/frontend/src/manifest.webmanifest b/frontend/src/manifest.webmanifest index 5fdddac..4b7b174 100644 --- a/frontend/src/manifest.webmanifest +++ b/frontend/src/manifest.webmanifest @@ -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" + } ] }