{
  "name": "DwellVerity — Inspector Mobile",
  "short_name": "DV Inspector",
  "description": "Offline-first mobile dashboard for DwellVerity home inspection professionals. Submit reports, manage schedules, and sync data even without internet.",
  "start_url": "/inspector/mobile",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#050607",
  "theme_color": "#c49c3a",
  "categories": ["business", "productivity", "real-estate", "utilities"],
  "lang": "en-US",
  "scope": "/",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "label": "Homepage — Find trusted home inspectors"
    },
    {
      "src": "/screenshots/inspector-dashboard.webp",
      "sizes": "390x844",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Inspector Mobile Dashboard — Manage inspections on the go"
    },
    {
      "src": "/screenshots/inspector-reports.webp",
      "sizes": "390x844",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Digital Report Writer — Submit reports offline"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Inspections",
      "short_name": "Today",
      "description": "View today's scheduled inspections",
      "url": "/inspector/mobile?tab=today",
      "icons": [
        {
          "src": "/icons/icon-192.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "New Inspection Report",
      "short_name": "New Report",
      "description": "Start a new inspection report",
      "url": "/inspector/report/new",
      "icons": [
        {
          "src": "/icons/icon-192.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Schedule",
      "short_name": "Schedule",
      "description": "View your inspection schedule",
      "url": "/inspector/mobile?tab=schedule",
      "icons": [
        {
          "src": "/icons/icon-192.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Sync & Settings",
      "short_name": "Sync",
      "description": "Sync offline reports and manage settings",
      "url": "/inspector/mobile?tab=sync",
      "icons": [
        {
          "src": "/icons/icon-192.svg",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "iarc_rating_id": ""
}
