{
  "name": "Hive Manage",
  "short_name": "Hive Manage",
  "description": "The official project management platform — manage projects, tasks, teams, and business goals.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "scope": "/",
  "background_color": "#0B1120",
  "theme_color": "#6366f1",
  "orientation": "any",
  "categories": ["business", "productivity", "project management"],
  "lang": "en-US",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [
    { "src": "/logo.png", "sizes": "1536x1024", "type": "image/png", "form_factor": "wide", "label": "Hive Manage Dashboard" }
  ],
  "shortcuts": [
    {
      "name": "New Task",
      "short_name": "New Task",
      "description": "Create a new task",
      "url": "/?s=tasks"
    },
    {
      "name": "New Project",
      "short_name": "New Project",
      "description": "Create a new project",
      "url": "/?s=overview"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
