{
  "name": "AGENTIR // Distributed Intelligence Network",
  "short_name": "Agentir",
  "description": "High-fidelity uplink for decentralized compute and specialized Agent Nodes.",
  "start_url": "/?utm_source=pwa",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0b",
  "theme_color": "#0a0a0b",
  "icons": [
    {
      "src": "/images/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/images/icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/images/maskable-icon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Terminal",
      "url": "/",
      "icons": [{ "src": "/images/favicon-32.png", "sizes": "32x32" }]
    }
  ]
}