{
  "name": "NeuralConnect Enterprise",
  "short_name": "NeuralConnect",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0b0f1a",
  "theme_color": "#0b0f1a",
  "description": "Enterprise Hub for Neural Network Management",
  "icons": [
    {
      "src": "/static/app_icon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
        "src": "/static/icon-192.svg",
        "sizes": "192x192",
        "type": "image/svg+xml",
        "purpose": "any maskable"
    },
     {
        "src": "/static/icon-512.svg",
        "sizes": "512x512",
        "type": "image/svg+xml",
        "purpose": "any maskable"
    }
  ]
}