{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "RentalBot",
  "short_name": "RentalBot",
  "description": "Book repeat vacation-rental guests directly. Send a link, get paid, both sides confirmed. 2% on your first $25,000 in bookings, then 3%. No subscription.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "finance", "productivity"],
  "shortcuts": [
    {
      "name": "Create a booking",
      "url": "/b/new",
      "description": "Create a booking link for a guest"
    },
    {
      "name": "My bookings",
      "url": "/account",
      "description": "View your booking links and payouts"
    }
  ]
}
