{
  "name": "Mon Jeu 2048",
  "short_name": "2048",
  "description": "Jeu 2048 personnalisé avec fonction undo",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#8f7a66",
  "background_color": "#faf8ef",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": [
    "games",
    "entertainment"
  ],
  "lang": "fr",
  "version": "2025-07-10T16-52-35"
}