{
  "name": "LetAtlas Control Point",
  "short_name": "LetAtlas",
  "description": "LetAtlas - Agent Control Point",
  "start_url": "/?app=1",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#0A0A0A",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "EA Assistant",
      "short_name": "EA",
      "url": "/?page=ea",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Pipeline",
      "short_name": "Pipeline",
      "url": "/?page=pipeline",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
