{
  "name": "Ustamenu",
  "short_name": "Ustamenu",
  "description": "QR kod yönetimi ve restoran yönetim sistemi",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#F5A623",
  "lang": "tr",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Garson Paneli",
      "short_name": "Garson",
      "url": "/waiter",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Mutfak Paneli",
      "short_name": "Mutfak",
      "url": "/kitchen",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
