{
  "name": "YorN",
  "short_name": "YorN",
  "description": "AI-powered prediction-market agent platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#0a0a0f",
  "orientation": "any",
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "business"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/",
      "description": "View trading dashboard"
    },
    {
      "name": "Agents",
      "url": "/#agents",
      "description": "Manage trading agents"
    }
  ]
}
