{
  "name": "DevNet CRM",
  "short_name": "DevNet CRM",
  "description": "DevNet DataCenter Yönetim Paneli",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0b1120",
  "theme_color": "#0b1120",
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Yeni Müşteri",
      "short_name": "Müşteri Ekle",
      "description": "Yeni bir müşteri profili oluşturun",
      "url": "/crm_devtechnic/?action=new_customer",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Aktif Talepler",
      "short_name": "Talepler",
      "description": "Açık destek taleplerini görüntüleyin",
      "url": "/crm_devtechnic/?view=tickets",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Canlı Mesajlar",
      "short_name": "Mesajlar",
      "description": "Web sitesi canlı sohbetlerini yönetin",
      "url": "/crm_devtechnic/?view=messages",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/crm_devtechnic/share-receiver",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["image/*", "text/*", "application/pdf"]
        }
      ]
    }
  }
}
