{
  "name": "Küre Temizlik Yönetim Sistemi",
  "short_name": "Küre Temizlik",
  "description": "Profesyonel temizlik hizmetleri ve iş takip sistemi",
  "start_url": "/app/",
  "scope": "/app/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "dir": "ltr",
  "lang": "tr",
  "icons": [
    {
      "src": "/app/assets/img/logokureapp.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/app/assets/img/logokureapp.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Yeni İş",
      "short_name": "İş",
      "description": "Yeni temizlik işi oluştur",
      "url": "/app/jobs/new",
      "icons": []
    },
    {
      "name": "Müşteriler",
      "short_name": "Müşteri",
      "description": "Müşteri listesi",
      "url": "/app/customers",
      "icons": []
    },
    {
      "name": "Dashboard",
      "short_name": "Ana Sayfa",
      "description": "Ana kontrol paneli",
      "url": "/app/",
      "icons": []
    }
  ],
  "share_target": {
    "action": "/app/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  }
}