{
  "name": "KronoQ App PWA - Queue Management System",
  "short_name": "KronoQ",
  "theme_color": "#4DBA87",
  "background_color": "#000000",
  "display": "standalone",
  "scope": "/",
  "start_url": "/?launcher=pwa",
  "icons": [
    {
      "src": "/img/icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/img/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Real Time Dashboard",
      "description": "View real time stats on queues, logged in operators and currently serving tickets",
      "url": "/mgr/dashboard",
      "icons": [{
        "src": "/img/icons/view-dashboard.svg",
        "sizes": "150x150"
      }]
    },
    {
      "name": "Statistics",
      "description": "Deep dive statistics and analysis",
      "url": "/mgr/stats",
      "icons": [{
        "src": "/img/icons/chart-bar.svg",
        "sizes": "150x150"
      }]
    },
    {
      "name": "Desk",
      "description": "Open Cruscot",
      "url": "/desk",
      "icons": [{
        "src": "/img/icons/map-marker.svg",
        "sizes": "150x150"
      }]
    }
  ],
  "screenshots": [
    {
      "src": "/img/screenshots/dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard for giving real time statistics on queues, operators and currently serving tickets"
    },
    {
      "src": "/img/screenshots/statistics.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Advanced Statistics for branch, queue, operators, sla targets etc."
    },
    {
      "src": "/img/screenshots/cruscot.png",
      "sizes": "400x860",
      "type": "image/png",
      "label": "Operator Desk Panel (Cruscot) for calling and serving tickets."
    }
  ]
}