{
  "name": "ClicNote",
  "short_name": "ClicNote",
  "description": "Jeu musical éducatif : clique la bonne note !",
  "id": "fr.lusique.clicnote",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#6c63ff",
  "lang": "fr",
  "categories": ["education", "games", "music"],
  "icons": [
  {
    "src": "https://clicnote.lusique.fr/icons/icon-192.png",
    "sizes": "192x192",
    "type": "image/png"
  },
  {
    "src": "https://clicnote.lusique.fr/icons/icon-512.png",
    "sizes": "512x512",
    "type": "image/png"
  }
],
  "screenshots": [
    {
      "src": "/screenshots/screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/screenshot-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ]
}