{
  "name": "Pazar - Fiyat Karşılaştırma",
  "short_name": "Pazar",
  "description": "Haldeki fiyatı, markete gitmeden bil",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0E4938",
  "theme_color": "#0E4938",
  "orientation": "portrait",
  "lang": "tr",
  "id": "/",
  "categories": ["shopping", "finance", "lifestyle"],
  "screenshots": [
    { "src": "static/screenshot-list.jpg", "sizes": "788x1600", "type": "image/jpeg", "form_factor": "narrow" },
    { "src": "static/screenshot-firsat.jpg", "sizes": "788x1600", "type": "image/jpeg", "form_factor": "narrow" },
    { "src": "static/screenshot-compare.jpg", "sizes": "788x1600", "type": "image/jpeg", "form_factor": "narrow" }
  ],
  "icons": [
    {
      "src": "static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "Listem", "short_name": "Listem", "url": "/?screen=list", "icons": [{ "src": "static/icon-192.png", "sizes": "192x192" }] },
    { "name": "Fırsatlar", "short_name": "Fırsatlar", "url": "/?screen=firsat", "icons": [{ "src": "static/icon-192.png", "sizes": "192x192" }] },
    { "name": "Hal Fiyatları", "short_name": "Hal", "url": "/?screen=hal", "icons": [{ "src": "static/icon-192.png", "sizes": "192x192" }] }
  ]
}