{
  "name": "Calper - AI Calendar Bookings with Payments",
  "short_name": "Calper",
  "description": "Automate your booking workflow with AI. Accept paid calendar appointments, process payments instantly, and build intelligent workflows.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/calper.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/calper.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/calper.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Booking Pages",
      "short_name": "Bookings",
      "description": "Manage booking pages",
      "url": "/dashboard/booking-pages",
      "icons": [
        {
          "src": "/calper.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
