{
  "name": "RunAsh AI — Live Commerce OS",
  "short_name": "RunAsh",
  "description": "AI-native live commerce platform — agentic hosts, real-time streaming, and shopping powered by Claude.",
  "id": "/runashchat",
  "start_url": "/runashchat?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#08090d",
  "theme_color": "#08090d",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "shopping", "productivity"],
  "prefer_related_applications": false,

  "icons": [
    { "src": "/icons/icon-72.png", "sizes": "72x72", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-152.png", "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-384.png", "sizes": "384x384", "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" }
  ],

  "screenshots": [
    {
      "src": "/screenshots/chat-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "RunAsh Chat-Agent — live commerce AI assistant"
    },
    {
      "src": "/screenshots/chat-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "RunAsh on mobile"
    }
  ],

  "shortcuts": [
    {
      "name": "New chat",
      "short_name": "New chat",
      "description": "Start a new RunAsh Chat-Agent conversation",
      "url": "/runashchat?action=new",
      "icons": [{ "src": "/icons/shortcut-chat.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Shopping",
      "short_name": "Shop",
      "description": "Browse AI-curated products",
      "url": "/runashchat?panel=shopping",
      "icons": [{ "src": "/icons/shortcut-shop.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Go live",
      "short_name": "Studio",
      "description": "Open the live streaming studio",
      "url": "/studio",
      "icons": [{ "src": "/icons/shortcut-studio.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],

  "related_applications": [
    { "platform": "play", "url": "https://play.google.com/store/apps/details?id=ai.runash.app", "id": "ai.runash.app" },
    { "platform": "itunes", "url": "https://apps.apple.com/app/runash-ai/id0000000000" }
  ],

  "edge_side_panel": { "preferred_width": 420 },

  "protocol_handlers": [
    { "protocol": "web+runash", "url": "/runashchat?handler=%s" }
  ]
}
