{
  "name": "UltraReservations - Professional Booking System",
  "short_name": "UltraReservations",
  "description": "Professional reservation management system with offline-first capabilities for walk-in and pre-booked clients",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#1b5e68",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%231b5e68' width='192' height='192'/><text x='96' y='120' font-size='100' fill='white' text-anchor='middle' dominant-baseline='middle'>🏨</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%231b5e68' width='512' height='512'/><text x='256' y='350' font-size='250' fill='white' text-anchor='middle' dominant-baseline='middle'>🏨</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": [
    "business",
    "productivity"
  ],
  "screenshots": [
    {
      "src": "/img/screenshot1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/img/screenshot2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Find Stays",
      "short_name": "Search",
      "description": "Search for available rooms",
      "url": "/?shortcut=search",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%231b5e68' width='96' height='96'/><text x='48' y='65' font-size='50' fill='white' text-anchor='middle' dominant-baseline='middle'>🔍</text></svg>",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Bookings",
      "short_name": "Bookings",
      "description": "View your bookings",
      "url": "/mybooking",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%231b5e68' width='96' height='96'/><text x='48' y='65' font-size='50' fill='white' text-anchor='middle' dominant-baseline='middle'>📅</text></svg>",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": []
}
