{
  "name": "IDbook - Plateforme d'audiolivres",
  "short_name": "IDbook",
  "description": "IDbook est votre espace dédié aux audiolivres et aux outils qui simplifient l'écoute, le suivi de votre progression et la découverte de nouveaux univers sonores.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "lang": "fr",
  "scope": "/",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/assets/img/pwa-icons/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/pwa-icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/pwa-icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/pwa-icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/pwa-icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["books", "education", "entertainment"],
  "shortcuts": [
    {
      "name": "Ma bibliothèque",
      "short_name": "Bibliothèque",
      "description": "Accéder à votre bibliothèque personnelle",
      "url": "/bibliotheque/",
      "icons": [{ "src": "/assets/img/pwa-icons/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Découvrir",
      "short_name": "Découvrir",
      "description": "Découvrir de nouveaux audiolivres",
      "url": "/discover/",
      "icons": [{ "src": "/assets/img/pwa-icons/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ]
}