{
  "name": "Cove Inspections",
  "short_name": "Cove",
  "description": "Mobile inspection app for Oasis Engineering field representatives",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f9fafb",
  "theme_color": "#0f1a4a",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-540x720.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/screenshot-1280x720.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "New Inspection",
      "short_name": "Inspect",
      "description": "Start a new inspection",
      "url": "/inspections/new?utm_source=shortcut",
      "icons": [
        {
          "src": "/icons/shortcut-inspect.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Submissions",
      "short_name": "Submissions",
      "description": "View my submitted inspections",
      "url": "/submissions?utm_source=shortcut",
      "icons": [
        {
          "src": "/icons/shortcut-submissions.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
