{
  "name": "Krusty — Chez Apu",
  "short_name": "Krusty",
  "description": "Tableau de bord boutique — ventes, stock, clients, contrôle",
  "start_url": "https://dashboard.chezapu73.fr/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f1117",
  "theme_color": "#7c6cfc",
  "lang": "fr",
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Stats",
      "url": "/dashboard#stats",
      "description": "Chiffre d'affaires"
    },
    {
      "name": "Stock",
      "url": "/dashboard#stock",
      "description": "Gérer le stock"
    }
  ],
  "scope": "https://dashboard.chezapu73.fr/",
  "categories": [
    "business",
    "productivity"
  ]
}