{
  "name": "BousbotsBar — Gestion de stock",
  "short_name": "Stock Bar",
  "description": "Gestion du stock du bar associatif BousbotsBar",
  "start_url": "/stock",
  "scope": "/stock",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f3460",
  "theme_color": "#0f3460",
  "lang": "fr-FR",
  "icons": [
    {
      "src": "/stock_app/static/public/icons/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/stock_app/static/public/icons/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/stock_app/static/public/icons/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/stock_app/static/public/icons/icon-512-maskable.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [],
  "categories": [
    "lifestyle",
    "social"
  ]
}