{
  "name": "Jextle - İkinci El Ürün Platformu",
  "short_name": "Jextle",
  "description": "Türkiye'nin en büyük ikinci el ürün platformu. Güvenli alışveriş, komisyonsuz satış.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "tr",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "16x16 32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["shopping", "marketplace", "business"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Ürün Ara",
      "short_name": "Ara",
      "description": "İkinci el ürün ara",
      "url": "/ara",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "İlan Ver",
      "short_name": "İlan Ver",
      "description": "Yeni ilan oluştur",
      "url": "/ilan-olustur",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
} 