{
  "name": "SpeakingGig AI",
  "short_name": "SpeakingGig",
  "description": "AI-powered speaker matching, application drafts, and public portfolio.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d9488",
  "theme_color": "#0d9488",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/images/logos/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/images/logos/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "AI Matches",
      "short_name": "Matches",
      "description": "View your AI-matched speaking opportunities",
      "url": "/dashboard",
      "icons": [{ "src": "/images/logos/app-icon.svg", "sizes": "any" }]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "Edit your speaker profile",
      "url": "/dashboard/onboarding",
      "icons": [{ "src": "/images/logos/app-icon.svg", "sizes": "any" }]
    }
  ]
}
