- Conversione Codice... Errore Service Worker regostration.

- Sistemare quasar.config.ts di piuchebuono!
-Le categorie non si vedono piu !!
This commit is contained in:
Surya Paolo
2025-03-06 01:23:45 +01:00
parent 5c38bbd52e
commit 5a32e057b2
159 changed files with 3540 additions and 1240 deletions

View File

@@ -0,0 +1,29 @@
{
"name": "Gruppo Macro",
"short_name": "GruppoMacro",
"description": "",
"display": "standalone",
"orientation": "portrait",
"background_color": "#fff",
"theme_color": "#027be3",
"scope": "/",
"id": "/?homescreen=1",
"start_url": "/?homescreen=1",
"icons": [
{
"src": "images/gm-android-icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
},
{
"src": "images/gm-android-icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
},
{
"src": "images/gm-apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png",
}
]
}