{
  "name": "Gesturo Admin",
  "short_name": "Gesturo Admin",
  "description": "Roadmap, modération et gestion Gesturo",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0e18",
  "theme_color": "#b8a0d8",
  "orientation": "any",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouvelle tâche",
      "url": "/?action=new-task",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Calendrier",
      "url": "/?view=calendar",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
