{
  "manifest_version": 3,
  "name": "Lire Les Notes",
  "short_name": "Lire Les Notes",
  "description": "Portail de jeux pour apprendre à lire les notes de musique",
  "start_url": "index.php",
  "display": "fullscreen",
  "background_color": "#FFFFFF",
  "theme_color": "#FFFFFF",
  "orientation": "portrait-primary",
  "dir": "ltr",
  "lang": "fr",
  "prefer_related_applications": true,
  "scope": "https://lire-les-notes.com",
  "icons": [
    {
      "src": "img/icone72.png",
      "type": "image/png",
      "sizes": "72x72"
    },
    {
      "src": "img/icone96.png",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "img/icone128.png",
      "type": "image/png",
      "sizes": "128x128"
    },
    {
      "src": "img/icone144.png",
      "type": "image/png",
      "sizes": "144x144"
    },
    {
      "src": "img/icone152.png",
      "type": "image/png",
      "sizes": "152x152"
    },
    {
      "src": "img/icone192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "img/icone384.png",
      "type": "image/png",
      "sizes": "384x384"
    },
    {
      "src": "img/icone512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "img/maskable_icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
	],
  "display_override": [
    "fullscreen",
    "minimal-ui",
    "standalone",
    "browser",
    "window-controls-overlay"
  ],
  "handle_links": "preferred",
  "categories": [
    "education",
    "entertainment",
    "games",
    "music"
  ],
  "side_panel": {
    "preferred_width": 600
  },
  "edge_side_panel": {
    "preferred_width": 600
  },
  "launch_handler": {
    "client_mode": ["navigate-existing, auto"]
  }
}