{
  "name": "POUGTOM GestNote",
  "short_name": "GestNote",
  "description": "Gestion des bulletins scolaires - Burkina Faso",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a1628",
  "theme_color": "#cc1126",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Saisir les notes",
      "short_name": "Saisie",
      "description": "Ouvre directement la saisie des notes en plein écran",
      "url": "./index.html?action=saisie",
      "icons": [
        { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}
