{
  "id": "/",
  "name": "Auditore — Quality Assurance, Elevated",
  "short_name": "Auditore",
  "description": "Hospitality quality assurance platform for structured inspections, non-conformance tracking, and multi-property dashboards.",
  "start_url": "/app?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#060d1a",
  "background_color": "#060d1a",
  "lang": "en",
  "dir": "auto",
  "icons": [
    {
      "src": "/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/pwa-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Auditore dashboard, inspections and offline support"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Auditore on mobile — inspections, issues and dashboards"
    }
  ],
  "shortcuts": [
    {
      "name": "New Inspection",
      "short_name": "Inspect",
      "description": "Start a new department inspection",
      "url": "/app?action=new-inspection&source=pwa",
      "icons": [{ "src": "/shortcut-inspection.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Issues",
      "short_name": "Issues",
      "description": "View and manage open issues",
      "url": "/app?view=issues&source=pwa",
      "icons": [{ "src": "/shortcut-issues.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open the multi-property dashboard",
      "url": "/app?view=dashboard&source=pwa",
      "icons": [{ "src": "/shortcut-dashboard.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "categories": ["business", "productivity"]
}
