{
  "name": "IPG Survey System",
  "short_name": "IPG Survey",
  "description": "Field Officer Property Data Collection App - Works Offline",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2c3e50",
  "orientation": "portrait-primary",
  "scope": "/",
  
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%232c3e50' width='192' height='192'/><text x='96' y='120' font-size='100' font-weight='bold' fill='white' text-anchor='middle'>IPG</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%232c3e50' width='512' height='512'/><text x='256' y='330' font-size='280' font-weight='bold' fill='white' text-anchor='middle'>IPG</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  
  "shortcuts": [
    {
      "name": "New Survey",
      "short_name": "Survey",
      "description": "Start a new property survey",
      "url": "/?action=new-survey",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23667eea' width='96' height='96'/><text x='48' y='70' font-size='48' fill='white' text-anchor='middle'>📋</text></svg>", "sizes": "96x96" }]
    },
    {
      "name": "View Surveys",
      "short_name": "Surveys",
      "description": "View all submitted surveys",
      "url": "/admin-dashboard.php",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%2327ae60' width='96' height='96'/><text x='48' y='70' font-size='48' fill='white' text-anchor='middle'>📊</text></svg>", "sizes": "96x96" }]
    }
  ],
  
  "categories": ["productivity", "business"],
  
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='white' width='540' height='720'/><rect fill='%23667eea' width='540' height='100'/><text x='270' y='60' font-size='28' font-weight='bold' fill='white' text-anchor='middle'>IPG Survey</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml"
    }
  ]
}
