{
  "name": "World Dashboard",
  "short_name": "Dashboard",
  "description": "My personal command center",
  "start_url": "/WORLDDASHBOARD.html",
  "display": "standalone",
  "background_color": "#050505",
  "theme_color": "#000000",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-250.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "icon-svg.svg",
      "type": "image/svg",
      "sizes": "512x512"
    }
  ]
}