{
  "name": "OuiInspect",
  "short_name": "OuiInspect",
  "description": "Application terrain et rapports d'inspection residentielle.",
  "id": "/",
  "start_url": "/active?source=pwa",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Nouvelle inspection",
      "short_name": "Nouvelle",
      "description": "Creer une nouvelle inspection",
      "url": "/inspection/new",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Inspections actives",
      "short_name": "Actives",
      "description": "Voir les inspections actives",
      "url": "/active",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
