{
  "name": "VELTRIX Task OS",
  "short_name": "Task OS",
  "description": "Agency task management — kanban, timers, AI, client portal",
  "start_url": "/modules/task-os.html",
  "scope": "/modules/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#C13B2E",
  "background_color": "#0F172A",
  "icons": [
    {
      "src": "/img/task-os-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/task-os-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Kanban Board",
      "url": "/modules/task-os.html#kanban",
      "description": "Open kanban view"
    },
    {
      "name": "Analytics",
      "url": "/modules/task-os-analytics.html",
      "description": "View analytics dashboard"
    }
  ],
  "categories": ["productivity", "business"]
}
