{
  "short_name": "CapTap",
  "name": "CapTap - Real Estate Calculator",
  "description": "Mobile-first real estate investment calculator providing instant ROI metrics and comprehensive analysis",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-narrow.png",
      "sizes": "450x900",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-wide.png",
      "sizes": "900x450",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "theme_color": "#764c24",
  "background_color": "#a67c52",
  "orientation": "portrait",
  "categories": ["finance", "business", "real estate", "productivity"],
  "dir": "ltr",
  "lang": "en-US",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "New Calculation",
      "url": "/",
      "description": "Start a new real estate investment calculation",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
