{
  "name": "Villa Manager",
  "short_name": "Villas",
  "description": "Manage your island properties",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#f5f5f4",
  "theme_color": "#0d9488",
  "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": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Overview",
      "url": "/dashboard",
      "description": "Open the villa overview"
    },
    {
      "name": "Calendar",
      "url": "/dashboard/calendar",
      "description": "See all bookings"
    }
  ]
}
