{
  "name": "IdeaHub",
  "short_name": "IdeaHub",
  "description": "Gestion et validation d'idées d'innovation",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAF8F4",
  "theme_color": "#8B1A1A",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/favicon.ico", "sizes": "48x48", "type": "image/x-icon" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "categories": ["productivity", "business"],
  "shortcuts": [
    { "name": "Nouvelle idée", "url": "/?page=new-idea", "description": "Soumettre une nouvelle idée" },
    { "name": "Kanban", "url": "/?page=kanban", "description": "Vue Kanban des idées" }
  ]
}
