{
  "name": "LoveShell",
  "short_name": "LoveShell",
  "description": "AI-powered HR automation with Hyperagent Intelligence",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A0F1E",
  "theme_color": "#00D4AA",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/loveshell-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/loveshell-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "PTO Balance",
      "short_name": "PTO",
      "description": "Check your PTO balance instantly",
      "url": "/employee?widget=pto",
      "icons": [{ "src": "/loveshell-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Pending Approvals",
      "short_name": "Approvals",
      "description": "Review pending PTO approvals",
      "url": "/manager/approvals",
      "icons": [{ "src": "/loveshell-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "HR Chat",
      "short_name": "HR Chat",
      "description": "Ask HR a question instantly",
      "url": "/employee/chat",
      "icons": [{ "src": "/loveshell-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Team Overview",
      "short_name": "Team",
      "description": "View team status and availability",
      "url": "/manager",
      "icons": [{ "src": "/loveshell-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
