{
  "name": "Akel Klise - Klişe Sipariş Sistemi",
  "short_name": "Akel Klise",
  "description": "Klişe siparişlerinizi hızlıca verin ve takip edin",
  "start_url": "/customer/mobile",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "lang": "tr-TR",
  "categories": ["business", "productivity"],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Yeni Sipariş",
      "short_name": "Yeni Sipariş",
      "description": "Hızlıca yeni sipariş oluştur",
      "url": "/customer/mobile/siparis/yeni",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Siparişlerim",
      "short_name": "Siparişlerim",
      "description": "Tüm siparişlerinizi görün",
      "url": "/customer/mobile/siparis",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Fiyat Hesapla",
      "short_name": "Fiyat",
      "description": "Klişe fiyatınızı hesaplayın",
      "url": "/customer/mobile/fiyat-hesapla",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/manifest/screenshot-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Dashboard"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "ios": {
    "supports_tablet": true,
    "app_store_id": "123456789",
    "objects_array": []
  }
}