{
  "name": "Şeker Bahçe - Yemek Sipariş",
  "short_name": "Şeker Bahçe",
  "description": "Taze ve lezzetli yemekler, hızlı teslimat!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#FF6B35",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "tr",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/menu.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/cart.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": [
    "food",
    "lifestyle",
    "shopping"
  ],
  "shortcuts": [
    {
      "name": "Menü",
      "short_name": "Menü",
      "description": "Yemek menüsünü görüntüle",
      "url": "/",
      "icons": [
        {
          "src": "/icons/menu-shortcut.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Sepet",
      "short_name": "Sepet",
      "description": "Sepetimi görüntüle",
      "url": "/cart.html",
      "icons": [
        {
          "src": "/icons/cart-shortcut.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Siparişlerim",
      "short_name": "Siparişler",
      "description": "Siparişlerimi görüntüle",
      "url": "/siparislerim.html",
      "icons": [
        {
          "src": "/icons/orders-shortcut.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "gcm_sender_id": "103953800507"
}