{
  "name": "Sanayi Defteri",
  "short_name": "Sanayi Defteri",
  "description": "Araç servis ve müşteri yönetim sistemi",
  "start_url": "/HomePage.aspx",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0a0a",
  "theme_color": "#1e293b",
  "lang": "tr",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Müşteriler",
      "short_name": "Müşteriler",
      "description": "Müşteri listesini görüntüle",
      "url": "/CustomerVehicles.aspx",
      "icons": [{ "src": "/img/36.png", "sizes": "192x192" }]
    },
    {
      "name": "Yeni İşlem",
      "short_name": "Yeni İşlem",
      "description": "Yeni servis işlemi gir",
      "url": "/NewCustomers.aspx",
      "icons": [{ "src": "/img/36.png", "sizes": "192x192" }]
    }
  ]
}
