{
  "name": "ORVO Staff",
  "short_name": "ORVO Staff",
  "description": "TESTING SCAFFOLDING (on-device only). Makes staff.orvopos.com launch FULL-SCREEN (no URL bar) when Added to Home Screen FROM SAFARI, with its scope keeping navigation full-screen across the staff portal. Because a web app is tied to ONE address, jumping here from the my. portal (a different subdomain) still shows the bar — only the bundled Capacitor app or a single-domain setup removes that. NOT used by Capacitor (which has its own native config), so this is Capacitor-safe. TO REMOVE: delete this file, the <link rel=\"manifest\"> tags, and the apple-mobile-web-app-* / mobile-web-app-capable meta tags from the staff/*.html <head>s.",
  "scope": "/",
  "start_url": "/dashboard.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#000000",
  "icons": [
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ]
}
