{
  "id": "/order",
  "name": "Planet Lunch -- Commander",
  "short_name": "Planet Lunch",
  "description": "Commandez votre repas en ligne -- Planet Lunch",
  "lang": "fr",
  "start_url": "/order",
  "scope": "/order",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#030712",
  "theme_color": "#c41952",
  "categories": ["food", "shopping"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Commander",
      "short_name": "Menu",
      "url": "/order",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
