{
  "name": "AitherOS — Command Center for Creation",
  "short_name": "AitherOS",
  "description": "An operating system for agents. Walk in, talk to an agent, run one on your own machine.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#030308",
  "theme_color": "#00d4ff",
  "orientation": "any",
  "categories": ["developer", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Talk to Aither",
      "short_name": "Aither",
      "description": "Open the guide and start a conversation",
      "url": "/?app=greeter"
    },
    {
      "name": "The Commons",
      "short_name": "Relay",
      "description": "Walk into live community chat — pick a nick, no login",
      "url": "/?app=relay"
    }
  ]
}
