{
  "name": "hcalls - AI Interview Copilot",
  "short_name": "hcalls",
  "description": "Real-Time AI Interview Assistant for Zoom, Meet & Teams. Captures live audio, maps questions to your resume, and streams structured answers.",
  "id": "/",
  "scope": "/",
  "start_url": "/?utm_source=pwa",
  "display": "standalone",
  "background_color": "#f8f8f8",
  "theme_color": "#2B2B2B",
  "orientation": "any",
  "categories": [
    "education",
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "/16X16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/32X32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/64X64.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "hcalls Real-Time AI Interview Assistant HUD"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Session",
      "short_name": "Start",
      "description": "Start a live AI interview copilot session",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Pricing",
      "short_name": "Pricing",
      "description": "View pricing plans and credit options",
      "url": "/pricing",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}