{
  "id": "/home",
  "name": "Data OS",
  "short_name": "DataOS",
  "description": "B2G Marketing Intelligence Platform",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0f1a",
  "theme_color": "#3b82f6",
  "icons": [
    {
      "src": "/static/images/icon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "AI Chat",
      "short_name": "Chat",
      "url": "/chat",
      "description": "Ask questions about your data"
    },
    {
      "name": "Pipeline",
      "short_name": "Pipeline",
      "url": "/pipeline-manager",
      "description": "Pipeline analytics"
    },
    {
      "name": "Explorer",
      "short_name": "Explorer",
      "url": "/explorer",
      "description": "Data Explorer"
    }
  ]
}
