{
  "name": "Ali Bey Marketing Hub - Pazarlama Yönetim Sistemi",
  "short_name": "Ali Bey Hub",
  "description": "Modern pazarlama görevleri ve takip sistemi",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "tr",
  "dir": "ltr",
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "/icons/icon-72x72.svg?v=2",
      "sizes": "72x72",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.svg?v=2",
      "sizes": "96x96",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.svg?v=2",
      "sizes": "128x128",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.svg?v=2",
      "sizes": "144x144",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.svg?v=2",
      "sizes": "152x152",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.svg?v=2",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.svg?v=2",
      "sizes": "384x384",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.svg?v=2",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Yeni Görev",
      "short_name": "Görev",
      "description": "Hızlı görev oluştur",
      "url": "/tasks?action=create",
      "icons": [
        {
          "src": "/icons/shortcut-task.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Ana Sayfa",
      "description": "Ana dashboard görünümü",
      "url": "/",
      "icons": [
        {
          "src": "/icons/shortcut-dashboard.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Bütçe",
      "short_name": "Bütçe",
      "description": "Bütçe yönetimi",
      "url": "/budget",
      "icons": [
        {
          "src": "/icons/shortcut-budget.svg",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}