{
  "name": "FocusLead - AI CRM Platform",
  "short_name": "FocusLead",
  "description": "AI destekli lead yönetimi, unified inbox ve satış otomasyonu. Tüm müşteri iletişimini tek platformda yönetin.",
  "start_url": "/app?source=pwa",
  "scope": "/",
  "id": "com.focuslead.app",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#121212",
  "theme_color": "#00897B",
  "orientation": "any",
  
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  
  "shortcuts": [
    {
      "name": "Gelen Kutusu",
      "short_name": "Inbox",
      "description": "Tüm mesajları görüntüle",
      "url": "/app/inbox?source=shortcut",
      "icons": [{ "src": "/icons/shortcut-inbox.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Leadler",
      "short_name": "Leadler",
      "description": "Lead listesi ve yönetimi",
      "url": "/app/leads?source=shortcut",
      "icons": [{ "src": "/icons/shortcut-leads.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Görevler",
      "short_name": "Görevler",
      "description": "Görev listesi",
      "url": "/app/tasks?source=shortcut",
      "icons": [{ "src": "/icons/shortcut-tasks.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Yeni Lead",
      "short_name": "Yeni Lead",
      "description": "Hızlıca yeni lead oluştur",
      "url": "/app/leads/new?source=shortcut",
      "icons": [{ "src": "/icons/shortcut-add.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  
  "categories": ["business", "productivity", "utilities"],
  "lang": "tr",
  "dir": "ltr",
  
  "prefer_related_applications": false,
  "related_applications": [],
  
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  
  "edge_side_panel": {
    "preferred_width": 480
  },
  
  "share_target": {
    "action": "/app/leads/new",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "name",
      "text": "notes",
      "url": "website"
    }
  },
  
  "protocol_handlers": [
    {
      "protocol": "web+focuslead",
      "url": "/app/%s"
    }
  ],
  
  "file_handlers": [
    {
      "action": "/app/import",
      "accept": {
        "text/csv": [".csv"],
        "application/vnd.ms-excel": [".xls"],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"]
      }
    }
  ]
}
