{
  "id": "/?source=pwa",
  "name": "Work Manager",
  "short_name": "Work",
  "description": "Personal multi-workspace platform for tasks, projects, and AI agents.",
  "lang": "he",
  "dir": "auto",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "minimal-ui", "standalone"],
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#6366f1",
  "categories": ["productivity", "business", "utilities"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Capture",
      "short_name": "Capture",
      "description": "Drop a thought into the active workspace",
      "url": "/quick-add",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Today",
      "description": "Open the dashboard with today's overview",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Work Items",
      "short_name": "Items",
      "description": "Open the work items list",
      "url": "/work-items?onlyOpen=true",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "share_target": {
    "action": "/quick-add",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "note",
      "url": "url"
    }
  },
  "screenshots": [
    {
      "src": "/favicon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Mobile dashboard"
    }
  ]
}
