{
  "name": "SurveyTier — Marine Survey Reports",
  "short_name": "SurveyTier",
  "description": "AI-powered marine survey report platform for professional surveyors. Create inspection reports using voice recording, photo management, and AI-assisted report generation.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e3a5f",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "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/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Survey",
      "short_name": "New Survey",
      "url": "/surveys/new",
      "description": "Start a new marine survey inspection",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Surveys",
      "short_name": "Surveys",
      "url": "/surveys",
      "description": "View all your surveys"
    }
  ]
}
