{
  "name": "Groovon Terminal",
  "short_name": "Groovon",
  "description": "Mobile venue management and QR code scanner for music venues",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#3B82F6",
  "background_color": "#1E293B",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    }
  ],
  "categories": ["business", "music", "productivity"],
  "shortcuts": [
    {
      "name": "QR Scanner",
      "short_name": "Scanner",
      "description": "Quick access to QR code scanner",
      "url": "/terminal",
      "icons": [{ "src": "/favicon.ico", "sizes": "96x96" }]
    },
    {
      "name": "Venue Management",
      "short_name": "Management",
      "description": "Venue dashboard and settings",
      "url": "/venue/management",
      "icons": [{ "src": "/favicon.ico", "sizes": "96x96" }]
    }
  ]
}