{
  "name": "LightwaterOS",
  "short_name": "LightwaterOS",
  "description": "Enterprise workspace platform — desktop, tablet, and mobile",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d1117",
  "theme_color": "#0d1117",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    { "name": "Dashboard", "url": "/", "description": "Today's overview" },
    { "name": "Inbox", "url": "/inbox", "description": "Notifications" },
    { "name": "Tasks", "url": "/tasks/mine", "description": "My tasks" },
    { "name": "AI Assistant", "url": "/ai-workspace", "description": "AI workspace" }
  ]
}
