{
  "name": "Fotocep — Anılarını Bastır",
  "short_name": "Fotocep",
  "description": "Cebindeki anılar kaybolmasın. Fotoğraflarınızı AI ile düzenleyip baskıya gönderin.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#EEF4FF",
  "theme_color": "#1F2A44",
  "lang": "tr",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-create.webp",
      "sizes": "1080x1920",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Fotoğraflarını yükle ve albümünü oluştur"
    },
    {
      "src": "/screenshots/desktop-create.webp",
      "sizes": "1920x1080",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Albüm oluşturma akışı"
    }
  ],
  "categories": [
    "photo",
    "shopping",
    "lifestyle"
  ],
  "shortcuts": [
    {
      "name": "Yeni Albüm",
      "short_name": "Oluştur",
      "url": "/create",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Siparişlerim",
      "short_name": "Siparişler",
      "url": "/orders",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Destek",
      "short_name": "Destek",
      "url": "/support",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/create",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "photos",
          "accept": [
            "image/*",
            "image/heic",
            "image/heif"
          ]
        }
      ]
    }
  }
}
