{
  "name": "SmartDisplayMgr",
  "short_name": "SmartDisplayMgr",
  "description": "SmartDisplayMgr PWA",
  "start_url": "/SmartDisplayMgr",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#4A90E2",
  "icons": [
    {
      "src": "/SmartDisplayMgr/favicon.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/SmartDisplayMgr/favicon2.png",
      "sizes": "251x251",
      "type": "image/png"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  } 
}