{
  "name": "Feysoft Flow",
  "short_name": "Feysoft Flow",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#03173d",
  "description": "Feysoft FlowUI, süreç yönetimi ve görev akışı için modern bir web uygulamasıdır.",
  "lang": "tr-TR",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "maskable-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "maskable-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Yeni Satış",
      "short_name": "Satış",
      "description": "Hızlıca yeni satış oluşturun",
      "url": "/sale/new",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Bekleyen Süreçler",
      "short_name": "Görevler",
      "description": "Size atanmış bekleyen süreçleri görüntüleyin",
      "url": "/workflow/pending",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Taslak Süreçler",
      "short_name": "Taslaklar",
      "description": "Kaydedilmiş ancak tamamlanmamış süreçlerinize erişin",
      "url": "/workflow/draft",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Oluşturduğum Süreçler",
      "short_name": "Oluşturulan",
      "description": "Tarafınızdan başlatılan tüm süreçleri görüntüleyin",
      "url": "/workflow/created",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Onayladığım Süreçler",
      "short_name": "Onaylar",
      "description": "Onayladığınız süreçleri görüntüleyin",
      "url": "/workflow/approved",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],

  "categories": [
    "business",
    "productivity",
    "utilities"
  ],

  "protocol_handlers": [
    {
      "protocol": "web+flow",
      "url": "/open-flow?data=%s"
    }
  ],

  "screenshots_display": "standalone"
}
