{
  "name": "QuickPDF - Hızlı PDF Aracı",
  "short_name": "QuickPDF",
  "description": "Hızlı, güvenli ve tamamen tarayıcıda PDF sıkıştırma, birleştirme ve dönüştürme uygulaması. Dark mode ile tasarlanan modern araç.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#020617",
  "background_color": "#020617",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "screenshots": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "PDF Sıkıştır",
      "short_name": "Sıkıştır",
      "description": "PDF dosyasını hızlı sıkıştır",
      "url": "/?tool=compress",
      "icons": [
        {
          "src": "/icon-192.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "PDF Birleştir",
      "short_name": "Birleştir",
      "description": "Birden fazla PDF'yi birleştir",
      "url": "/?tool=merge",
      "icons": [
        {
          "src": "/icon-192.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "JPG'ye Dönüştür",
      "short_name": "JPG",
      "description": "PDF'i JPG görüntülerine dönüştür",
      "url": "/?tool=tojpg",
      "icons": [
        {
          "src": "/icon-192.svg",
          "sizes": "192x192"
        }
      ]
    }
  ]
}