{
  "name": "ToqTom - Time Tracking",
  "short_name": "ToqTom",
  "icons": [
    {
      "src": "/icon.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/icon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "description": "Application de suivi du temps intelligente avec capture automatique d'activités.",
  "theme_color": "#4f46e5",
  "background_color": "#f9fafb",
  "orientation": "portrait-primary",
  "categories": ["productivity", "business"],
  "shortcuts": [
    {
      "name": "Démarrer un timer",
      "url": "/?action=start",
      "description": "Démarrer rapidement un nouveau chronomètre"
    },
    {
      "name": "Voir le calendrier",
      "url": "/calendar",
      "description": "Voir la vue hebdomadaire"
    }
  ]
}
