{
  "name": "LinkLatch - Smart Booking System",
  "short_name": "LinkLatch",
  "description": "Create clean, branded booking links. Manage availability. Track meetings. All in one elegant platform.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0b0b09",
  "background_color": "#0b0b09",
  "icons": [
    {
      "src": "/brand/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/mark-app.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your bookings and analytics",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/brand/favicon-64.png",
          "sizes": "64x64",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "description": "Manage your profile and integrations",
      "url": "/dashboard?tab=settings",
      "icons": [
        {
          "src": "/brand/favicon-64.png",
          "sizes": "64x64",
          "type": "image/png"
        }
      ]
    }
  ]
}
