{
  "name": "BMsocial Studio AI OS",
  "short_name": "BMsocial",
  "description": "Nigerian-First AI Operating System — chat-first commerce, content, and code",
  "start_url": "/app",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#faf8f4",
  "theme_color": "#ff7648",
  "categories": ["business", "productivity", "social", "utilities", "lifestyle"],
  "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-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/install-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "OS Chat welcome"
    },
    {
      "src": "/screenshots/install-2.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Marketplace"
    }
  ],
  "shortcuts": [
    {
      "name": "Boost Instagram",
      "short_name": "Boost",
      "description": "Quick boost order for Instagram",
      "url": "/app/boost?platform=instagram",
      "icons": [{ "src": "/icons/shortcut-boost.png", "sizes": "96x96" }]
    },
    {
      "name": "Add Funds",
      "short_name": "Add",
      "description": "Top up your wallet",
      "url": "/app/wallet/deposit",
      "icons": [{ "src": "/icons/shortcut-wallet.png", "sizes": "96x96" }]
    },
    {
      "name": "AI Studio",
      "short_name": "Studio",
      "description": "Generate images, video, voice",
      "url": "/app/studio",
      "icons": [{ "src": "/icons/shortcut-studio.png", "sizes": "96x96" }]
    },
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Find anything across services",
      "url": "/app/search",
      "icons": [{ "src": "/icons/shortcut-search.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/app/chat?share=true",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "edge_side_panel": {
    "preferred_width": 480
  }
}
