{
  "name": "Teamly — Gestion COD & Livraisons",
  "short_name": "Teamly",
  "description": "Gérez vos commandes, closers et livreurs en temps réel",
  "theme_color": "#1A5C38",
  "background_color": "#1A5C38",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "scope": "/",
  "start_url": "/?source=pwa",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "lang": "fr",
  "icons": [
    { "src": "/apple-touch-icon.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/apple-touch-icon.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/apple-touch-icon.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "screenshots": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Teamly Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Commandes",
      "short_name": "Cmdes",
      "url": "/?tab=commandes&source=pwa",
      "icons": [{ "src": "/apple-touch-icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Chat équipe",
      "short_name": "Chat",
      "url": "/?tab=chat&source=pwa",
      "icons": [{ "src": "/apple-touch-icon.png", "sizes": "192x192" }]
    }
  ]
}
