{
  "name": "Le Chalet - Bar à Chats",
  "short_name": "Le Chalet",
  "description": "Bar à chats unique avec café, pâtisseries et adoption de félins",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#8B4513",
  "theme_color": "#8B4513",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "fr",
  "dir": "ltr",
  "categories": ["food", "lifestyle", "entertainment"],
  "icons": [
    {
      "src": "/images/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/web-app-manifest-512x512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/web-app-manifest-192x192.png",
      "sizes": "192x192", 
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Voir nos chats",
      "short_name": "Chats",
      "description": "Découvrir nos chats disponibles à l'adoption",
      "url": "/#cat",
      "icons": [
        {
          "src": "/images/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Notre menu",
      "short_name": "Menu", 
      "description": "Consulter notre carte de boissons et pâtisseries",
      "url": "/#menu",
      "icons": [
        {
          "src": "/images/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Nous contacter pour toute question",
      "url": "/#contact", 
      "icons": [
        {
          "src": "/images/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}