{
  "name": "Memory Notes",
  "short_name": "Memory Notes",
  "description": "Jeu de memory musical : retrouvez les paires de notes et d'accords",
  "start_url": "/index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#8B4513",
  "theme_color": "#A0522D",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}