{
  "name": "Stocky — Gestion de stock",
  "short_name": "Stocky",
  "description": "Plateforme de gestion de stock pour les PME tunisiennes",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1a1f2e",
  "theme_color": "#2b7fd4",
  "lang": "fr",
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "assets/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "assets/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Nouveau mouvement",
      "short_name": "Mouvement",
      "url": "/?page=mouvements",
      "icons": [{"src": "assets/icons/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Nouvelle facture",
      "short_name": "Facture",
      "url": "/?page=factures",
      "icons": [{"src": "assets/icons/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
