{
  "name": "Vomni Dashboard",
  "short_name": "Vomni",
  "description": "Your booking and review management dashboard",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0A0F1E",
  "theme_color": "#00C896",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Calendar",
      "url": "/dashboard/calendar",
      "description": "View today's appointments"
    },
    {
      "name": "New Booking",
      "url": "/dashboard/calendar?new=1",
      "description": "Add a manual booking"
    }
  ]
}
