{
  "id": "/",
  "name": "Alignly",
  "short_name": "Alignly",
  "description": "HR management for teams: employee directory, attendance, time off, payroll, and people operations in one place.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fdfbf7",
  "theme_color": "#1a1816",
  "orientation": "portrait-primary",
  "categories": ["productivity", "business"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/apple-touch-icon.png", "sizes": "192x192", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "Clock In / Out",
      "short_name": "Clock",
      "description": "Record your attendance",
      "url": "/time-tracking",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Request Time Off",
      "short_name": "Time Off",
      "description": "Submit a leave request",
      "url": "/time-off",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "People Directory",
      "short_name": "People",
      "description": "Browse the team",
      "url": "/people",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
