{
  "name": "OMNI Intelligence",
  "short_name": "OMNI",
  "description": "Understand. Model. Act.",
  "id": "/",
  "scope": "/",
  "start_url": "/session/new",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#08080f",
  "theme_color": "#08080f",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
