{
  "name": "Restaurant Command Center",
  "short_name": "Admin App",
  "start_url": "/staff/dashboard",
  "display": "fullscreen", 
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "landscape",
  "icons": [
    {
      "src": "/icons/icon-192x192b.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}