{
  "id": "ggestionale-calcio-club",
  "name": "GGestionale Calcio Club",
  "short_name": "GGestionale",
  "description": "Gestionale sportivo professionale per societa' calcistiche. AI Coach, Match Analysis, Training Planner e Distinte FIGC/LND.",
  "start_url": "./home.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#F4F6FA",
  "theme_color": "#E8001C",
  "orientation": "portrait-primary",
  "lang": "it",
  "dir": "ltr",
  "categories": ["sports", "productivity", "utilities"],
  "icons": [
    {
      "src": "assets/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "url": "./home.php",
      "icons": [{ "src": "./logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Allenamenti",
      "short_name": "Allenamenti",
      "url": "./trainings.php"
    },
    {
      "name": "Partite",
      "short_name": "Partite",
      "url": "./matches.php"
    },
    {
      "name": "Training Planner",
      "short_name": "Planner",
      "url": "./training_planner.php"
    }
  ]
}
