{
  "name": "Budget Buddy - Voice Input",
  "short_name": "Budget Buddy",
  "description": "Voice input feature for Budget Buddy finance management app",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1e272e",
  "theme_color": "#6c5ce7",
  "icons": [
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/shortcut-dashboard-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    }
  ],
  "orientation": "portrait",
  "scope": "/",
  "lang": "en"
} 