{
  "name": "TawnyTaskFlow — Blueprint Console",
  "short_name": "TawnyTaskFlow",
  "description": "Task & project management for dev teams — Kanban, live notifications, and team chat.",
  "start_url": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0F1C2E",
  "theme_color": "#0F1C2E",
  "categories": ["productivity", "business"],
  "icons": [
    { "src": "favicon.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "favicon.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "New task", "url": "./index.html?action=new", "description": "Create a task" },
    { "name": "Team chat", "url": "./index.html?view=chat", "description": "Open team chat" }
  ]
}
