{
  "name": "İş Uygulaması - Dashboard",
  "short_name": "İş Uygulaması",
  "description": "Türkçe İş Uygulaması - Danışmanlık ve Dashboard Sistemi",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#5a64ba",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "tr",
  "dir": "ltr",
  "categories": ["business", "productivity"],

  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Ana dashboard sayfası",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Danışanlar",
      "short_name": "Danışanlar",
      "description": "Danışan listesi",
      "url": "/clients",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
} 