{
  "name": "FieldSurvey PWA - Offline Field Survey & Social Research",
  "short_name": "FieldSurvey",
  "description": "Offline-First Field Survey, Social Research and Facility Inspection Platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0284c7",
  "orientation": "portrait",
  "scope": "/",
  "categories": ["productivity", "education", "utilities"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Active Surveys",
      "short_name": "Surveys",
      "description": "Open available field surveys",
      "url": "/#surveys",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Sync Queue",
      "short_name": "Queue",
      "description": "View responses waiting to sync",
      "url": "/#responses",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
