{
  "name": "ORVO",
  "short_name": "ORVO",
  "description": "TESTING SCAFFOLDING (on-device only). Makes my.orvopos.com launch FULL-SCREEN (no URL bar) when Added to Home Screen FROM SAFARI. The 'scope' keeps navigation full-screen across the whole my. portal. NOT used by the Capacitor app (Capacitor wraps the site in a native shell with its own capacitor.config — a web manifest is inert inside it, 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 my/*.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" },
    { "src": "/icon.png", "sizes": "204x197", "type": "image/png", "purpose": "any" }
  ]
}
