{
  "name": "Nomad Counters - Footfall Analytics",
  "short_name": "Nomad Counters",
  "description": "Analyze pedestrian and bicycle counter data with interactive maps, charts, and reports",
  "theme_color": "#213452",
  "background_color": "#ffffff",
  "display": "fullscreen",
  "orientation": "any",
  "scope": "/",
  "start_url": "/",
  "id": "/",
  "categories": ["analytics", "business", "productivity"],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Analytics",
      "short_name": "Analytics",
      "description": "View counter analytics",
      "url": "/",
      "icons": [{"src": "/icon-192x192.png", "sizes": "192x192"}]
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "View generated reports",
      "url": "/reports",
      "icons": [{"src": "/icon-192x192.png", "sizes": "192x192"}]
    },
    {
      "name": "Device Health",
      "short_name": "Health",
      "description": "Monitor device health",
      "url": "/health",
      "icons": [{"src": "/icon-192x192.png", "sizes": "192x192"}]
    }
  ]
}