{
  "id": "/",
  "name": "Ragnight",
  "short_name": "Ragnight",
  "lang": "fr",
  "dir": "ltr",
  "description": "La mémoire de votre entreprise, dans votre poche : posez une question, dictez une réunion, retrouvez un document.",
  "categories": ["business", "productivity"],

  "start_url": "/hub?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",

  "background_color": "#ffffff",
  "theme_color": "#f8fafc",

  "icons": [
    { "src": "/icon.svg",     "type": "image/svg+xml", "sizes": "any",     "purpose": "any" },
    { "src": "/icon-192.png", "type": "image/png",     "sizes": "192x192", "purpose": "any" },
    { "src": "/icon-512.png", "type": "image/png",     "sizes": "512x512", "purpose": "any" },
    { "src": "/icon-192.png", "type": "image/png",     "sizes": "192x192", "purpose": "maskable" },
    { "src": "/icon-512.png", "type": "image/png",     "sizes": "512x512", "purpose": "maskable" }
  ],

  "shortcuts": [
    {
      "name": "Poser une question",
      "short_name": "Question",
      "url": "/chat/new?source=pwa"
    },
    {
      "name": "Enregistrer une réunion",
      "short_name": "Réunion",
      "url": "/hub/meeting_notes/new?source=pwa"
    },
    {
      "name": "Rechercher",
      "short_name": "Rechercher",
      "url": "/hub/search?source=pwa"
    },
    {
      "name": "Notifications",
      "short_name": "Notifications",
      "url": "/notifications?source=pwa"
    }
  ]
}
