{
  "name": "Second Cerveau — Console Enterprise",
  "short_name": "Second Cerveau",
  "description": "Votre espace de travail personnel — notes, tâches, graphe de connaissances",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#0d1120",
  "theme_color": "#060912",
  "orientation": "natural",
  "lang": "fr",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Nouvelle note",
      "short_name": "Note",
      "description": "Créer une nouvelle note",
      "url": "/?action=new-note",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Nouvelles tâches",
      "short_name": "Tâches",
      "description": "Accéder aux tâches",
      "url": "/?view=tasks",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Graphe de connaissances",
      "short_name": "Graphe",
      "description": "Visualiser le graphe de connaissances",
      "url": "/?view=graph",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Second Cerveau — Console Enterprise"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Second Cerveau — Console Enterprise"
    }
  ]
}
