{
  "name": "JandBprod Gestion",
  "short_name": "JandBprod",
  "description": "Gestion de production musicale — dates, tournées, compta, contrats",
  "start_url": "./dashboard_dates.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f9fafb",
  "theme_color": "#4f46e5",
  "lang": "fr",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Calendrier",
      "url": "./calendrier.php",
      "description": "Vue calendrier des dates"
    },
    {
      "name": "Nouvelle date",
      "url": "./dates.php",
      "description": "Créer une nouvelle date"
    },
    {
      "name": "Comptabilité",
      "url": "./compta.php",
      "description": "Suivi comptable"
    }
  ]
}
