{
  "name": "Notelyz - Yapay Zeka Döküman, Ses & Video Analiz Asistanı",
  "short_name": "Notelyz",
  "description": "Yapay Zeka Destekli Döküman, Ses ve Video Analizi, Akıllı Özet Çıkarma ve Ücretsiz E-Kitap (EPUB, PDF, MOBI, TXT) Okuyucu",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0D0F13",
  "theme_color": "#0D0F13",
  "lang": "tr",
  "scope": "/",
  "orientation": "portrait",
  "categories": ["education", "productivity", "books", "utilities"],
  "icons": [
    {
      "src": "/logo-transparent.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo-transparent.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "E-Kitap Okuyucu",
      "short_name": "Okuyucu",
      "description": "EPUB ve PDF Kitaplarını Aç",
      "url": "/?view=reader",
      "icons": [{ "src": "/logo-transparent.png", "sizes": "192x192" }]
    },
    {
      "name": "Yeni Analiz",
      "short_name": "Analiz",
      "description": "Döküman, Ses veya Video Analiz Et",
      "url": "/?view=upload",
      "icons": [{ "src": "/logo-transparent.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": [
            "application/pdf",
            "application/epub+zip",
            "image/*",
            "audio/*",
            "video/*",
            "text/*"
          ]
        }
      ]
    }
  }
}
