{
  "name": "Convene — Venue Booking Manager",
  "short_name": "Convene",
  "description": "Manage room bookings, invoices, and clients for your venue.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Booking",
      "short_name": "Book",
      "url": "/bookings?action=new",
      "description": "Create a new booking"
    },
    {
      "name": "Calendar",
      "url": "/bookings/calendar",
      "description": "View booking calendar"
    },
    {
      "name": "Invoices",
      "url": "/invoices",
      "description": "View invoices"
    }
  ]
}
