{
  "id": "/?source=pwa",
  "name": "Temassız Menü",
  "short_name": "Temassız Menü",
  "description": "Restoran ve kafeler için yeni nesil temassız sipariş, garson ve mutfak otomasyonu.",
  "start_url": "/login",
  "scope": "/",
  "display": "standalone",
  "background_color": "#070A12",
  "theme_color": "#070A12",
  "orientation": "any",
  "categories": ["business", "food", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "48x48 72x72 96x96 128x128 192x192 256x256 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Garson Paneli",
      "short_name": "Garson",
      "description": "Masaları ve garson çağrılarını yönetin",
      "url": "/login",
      "icons": [{ "src": "/favicon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Mutfak KDS",
      "short_name": "Mutfak",
      "description": "Canlı siparişleri hazırlayın",
      "url": "/login",
      "icons": [{ "src": "/favicon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Hızlı POS & Kasa",
      "short_name": "Kasa",
      "description": "Adisyon ve tahsilat yönetimi",
      "url": "/login",
      "icons": [{ "src": "/favicon.svg", "sizes": "96x96" }]
    }
  ]
}
