{
  "short_name": "Inspector",
  "name": "Inspection Butler",
  "description": "The all-in-one inspection management platform. Schedule, inspect, report, get paid.",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FFFFFF",
  "theme_color": "#007AFF",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "New Inspection",
      "short_name": "Inspect",
      "url": "/inspections?action=new",
      "description": "Start a new inspection"
    },
    {
      "name": "Schedule",
      "short_name": "Schedule",
      "url": "/schedule",
      "description": "View your schedule"
    },
    {
      "name": "Customers",
      "short_name": "Customers",
      "url": "/customers",
      "description": "View customers"
    }
  ]
}
