{
  "name": "Alvest — Portfolio Tracker",
  "short_name": "Alvest",
  "description": "Track all your investments in one place. Gulf, Turkish, crypto markets. AI analysis.",
  "start_url": "/app?pwa=1",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#F7A600",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": [
    "finance",
    "productivity"
  ],
  "screenshots": [],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.svg",
      "sizes": "180x180",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Portfolio",
      "description": "View your portfolio",
      "url": "/app",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Gulf Markets",
      "short_name": "Gulf",
      "description": "Gulf stock markets",
      "url": "/app?page=gulf",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "any"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": []
}