{
  "name": "OBOZEN SAV Mobile",
  "short_name": "OBOZEN SAV",
  "description": "Application mobile pour scanner les RMA et prendre des photos",
  "start_url": "/mobile",
  "scope": "/mobile",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#ff6b35",
  "icons": [
    {
      "src": "/mobile/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/mobile/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/mobile/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [
    {
      "src": "/mobile/screenshot-540x720.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Scanner RMA",
      "short_name": "Scanner",
      "description": "Scanner une vignette RMA",
      "url": "/mobile/scanner",
      "icons": [
        {
          "src": "/mobile/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Prendre une photo",
      "short_name": "Photo",
      "description": "Prendre une photo du produit",
      "url": "/mobile/camera",
      "icons": [
        {
          "src": "/mobile/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
