{
  "name": "Work Hub - PM Command Center",
  "short_name": "Work Hub",
  "description": "Your Product Management Command Center. Manage meeting notes, tasks, customer inputs, and roadmaps.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FFFFFF",
  "theme_color": "#18181B",
  "categories": ["productivity", "business", "utilities"],
  "icons": [
    {
      "src": "/workhub-icon-lucide-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/workhub-icon-lucide-64.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/workhub-icon-lucide-120.png",
      "sizes": "120x120",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/workhub-icon-lucide-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/logo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "Chat",
      "description": "Start a new AI assistant conversation",
      "url": "/app/assistant",
      "icons": [{ "src": "/workhub-icon-lucide-64.png", "sizes": "64x64" }]
    },
    {
      "name": "Meeting Notes",
      "short_name": "Meetings",
      "description": "View meeting notes",
      "url": "/app/meeting-notes",
      "icons": [{ "src": "/workhub-icon-lucide-64.png", "sizes": "64x64" }]
    },
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "description": "View all tasks",
      "url": "/app/all-tasks",
      "icons": [{ "src": "/workhub-icon-lucide-64.png", "sizes": "64x64" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
