{
  "name": "Voice Mirror",
  "short_name": "Voice Mirror",
  "description": "Le miroir de ta voix qui révèle tes étoiles de lumière.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fffef5",
  "theme_color": "#d4af37",
  "lang": "fr",
  "categories": ["lifestyle", "health"],
  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
