{
  "name": "VoiceFlow Pro",
  "short_name": "VoiceFlow",
  "description": "AI-powered voice and meeting intelligence. Record, transcribe, and get AI insights from every conversation.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#080a10",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["business", "productivity", "utilities"],
  "lang": "en-AU",
  "shortcuts": [
    {
      "name": "New Recording",
      "short_name": "Record",
      "description": "Start a new voice recording",
      "url": "/?action=record",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ask Vee",
      "short_name": "Ask Vee",
      "description": "Open the AI assistant",
      "url": "/?tab=assistant",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
