{
  "name": "Melodino",
  "short_name": "Melodino",
  "description": "Apprends le piano en t'amusant ! / Learn piano the fun way!",
  "start_url": "../index.html",
  "display": "standalone",
  "orientation": "landscape",
  "background_color": "#0F0F1A",
  "theme_color": "#7C3AED",
  "lang": "fr",
  "categories": [
    "education",
    "games",
    "music"
  ],
  "icons": [
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Jouer",
      "short_name": "Play",
      "url": "../index.html#home",
      "icons": [
        {
          "src": "icon-192.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Piano Libre",
      "short_name": "Freeplay",
      "url": "../index.html#freeplay",
      "icons": [
        {
          "src": "icon-192.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Paramètres",
      "short_name": "Settings",
      "url": "../index.html#settings",
      "icons": [
        {
          "src": "icon-192.svg",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
