{
  "name": "TeckStock - Gestion de Stock Hotel",
  "short_name": "TeckStock",
  "id": "/",
  "description": "Application de gestion de stock offline-first pour Teck Hotel.",
  "lang": "fr",
  "start_url": "/",
  "scope": "/",
  "display_override": ["standalone", "browser"],
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1C4D5A",
  "background_color": "#F5EDE0",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}