{
  "name": "SmartBookFlow",
  "short_name": "SmartBook",
  "description": "Property booking management — faster access to reservations, checkout reminders and guest requests.",
  "id": "https://smartbookflow.com/",
  "start_url": "https://smartbookflow.com/",
  "scope": "https://smartbookflow.com/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#03060e",
  "theme_color": "#4b8eff",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "icon-192.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "icon-512.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Booking",
      "short_name": "Book",
      "description": "Create a new reservation",
      "url": "https://smartbookflow.com/?action=new-booking",
      "icons": [{ "src": "icon-192.svg", "sizes": "any" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dash",
      "description": "Open the main dashboard",
      "url": "https://smartbookflow.com/",
      "icons": [{ "src": "icon-192.svg", "sizes": "any" }]
    }
  ]
}
