{
  "name": "eFatura Studio - e-Fatura Görüntüleyici ve AI XSLT Tasarımcı",
  "short_name": "eFatura Studio",
  "description": "Profesyonel e-Fatura XML dosyalarını görüntüleyin ve yapay zeka ile özel XSLT tasarımları oluşturun.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0066ff",
  "background_color": "#ffffff",
  "categories": ["productivity", "business"],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "540x720",
      "form_factor": "narrow",
      "type": "image/png"
    },
    {
      "src": "/screenshot-2.png",
      "sizes": "1920x1080",
      "form_factor": "wide",
      "type": "image/png"
    }
  ],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Stüdyoyu Aç",
      "short_name": "Stüdyo",
      "description": "XSLT tasarım stüdyosunu aç",
      "url": "/studio",
      "icons": [
        {
          "src": "/shortcut-studio.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Şablonları Gör",
      "short_name": "Şablonlar",
      "description": "Hazır fatura şablonlarını görüntüle",
      "url": "/templates",
      "icons": [
        {
          "src": "/shortcut-templates.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/studio",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": ["application/xml", "text/xml"]
        }
      ]
    }
  }
}
