{
  "name": "Self STJO-STA",
  "short_name": "Self STJO-STA",
  "description": "Application de réservation de repas pour le self STJO-STA",
  "start_url": "/webapp/index.php",
  "scope": "/webapp/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1c1c1c",
  "theme_color": "#1c1c1c",
  "lang": "fr-FR",
  "dir": "ltr",
  "categories": ["food", "lifestyle"],
  "icons": [
    {
      "src": "/webapp/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/webapp/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/webapp/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/webapp/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/webapp/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/webapp/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/webapp/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/webapp/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/webapp/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/webapp/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Mes réservations",
      "short_name": "Réservations",
      "description": "Gérer mes réservations",
      "url": "/webapp/reservations.php",
      "icons": [
        {
          "src": "/webapp/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Menus",
      "short_name": "Menus",
      "description": "Consulter les menus",
      "url": "/webapp/menu.php",
      "icons": [
        {
          "src": "/webapp/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
