{
  "name": "PrepCard",
  "short_name": "PrepCard",
  "description": "AI-powered interview prep that syncs with your calendar.",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0B0D11",
  "theme_color": "#0B0D11",
  "categories": ["productivity", "utilities"],
  "icons": [
    { "src": "/icons/icon-16.png",          "sizes": "16x16",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-32.png",          "sizes": "32x32",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-48.png",          "sizes": "48x48",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png",         "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png",         "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png","sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/icon-48.png", "sizes": "48x48" }]
    }
  ]
}
