{
  "name": "Kelly Monique Photography",
  "short_name": "KM Studio",
  "description": "Photography booking and business management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAF8F4",
  "theme_color": "#C8602A",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "photography"],
  "shortcuts": [
    {
      "name": "Bookings",
      "url": "/?tab=bookings",
      "description": "View all bookings"
    },
    {
      "name": "Clients",
      "url": "/?tab=clients",
      "description": "View all clients"
    },
    {
      "name": "Calendar",
      "url": "/?tab=calendar",
      "description": "View calendar"
    }
  ]
}
