{
  "id": "/?source=pwa",
  "name": "Lalka Piano",
  "short_name": "Lalka",
  "description": "Cours de piano à Dijon et en ligne : devoirs, podcasts et webinaires mensuels.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "portrait",
  "background_color": "#0b0b14",
  "theme_color": "#0b0b14",
  "lang": "fr",
  "dir": "ltr",
  "categories": ["education", "music"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "related_applications": [],
  "scope_extensions": [
    { "origin": "https://www.lalkapiano.com" },
    { "origin": "https://lalkapiano.com" }
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "shortcuts": [
    {
      "name": "Mes cours",
      "short_name": "Cours",
      "description": "Accéder au catalogue de cours",
      "url": "/cours?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Podcasts",
      "short_name": "Podcasts",
      "description": "Écouter les podcasts",
      "url": "/podcasts?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Webinaire",
      "short_name": "Live",
      "description": "Webinaire mensuel",
      "url": "/webinaire?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Réserver",
      "short_name": "Réserver",
      "description": "Réserver un cours",
      "url": "/reservation?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/contact",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "message",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+lalkapiano",
      "url": "/?handler=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/devoirs",
      "accept": {
        "application/pdf": [".pdf"]
      },
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }],
      "launch_type": "single-client"
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.jpg",
      "sizes": "1920x1080",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Page d'accueil Lalka Piano"
    },
    {
      "src": "/screenshot-mobile.jpg",
      "sizes": "720x1280",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Application mobile Lalka Piano"
    }
  ]
}
