{
  "name": "Kosht | Personal Finance App with AI Money Coach",
  "short_name": "Kosht",
  "description": "Track spending, hit your goals, and let Vira, your AI money coach, guide every decision. Auto-syncs with monobank.",
  "scope": "/",
  "start_url": "https://kosht.app/",
  "icons": [
    {
      "src": "/favicon/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/favicon/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "theme_color": "#0B78E4",
  "background_color": "#1A1A1A",
  "display": "standalone",
  "orientation": "portrait-primary",
  "screenshots": [
    {
      "src": "/assets/screenshot-192x256.png",
      "sizes": "192x256",
      "type": "image/png"
    },
    {
      "src": "/assets/screenshot-512x768.png",
      "sizes": "512x768",
      "type": "image/png"
    }
  ],
  "categories": ["finance", "productivity"],
  "shortcuts": [
    {
      "name": "View Spending",
      "short_name": "Spending",
      "description": "Quick access to your spending insights",
      "url": "https://kosht.app/#spending",
      "icons": [
        {
          "src": "/favicon/shortcut-icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}