{
  "name": "Playmax Pickleball - Book Your Court",
  "short_name": "Playmax",
  "description": "Book pickleball courts at Playmax instantly. Two premium courts, hourly slots, easy online booking.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1a0509",
  "theme_color": "#dc2626",
  "categories": ["sports", "lifestyle", "utilities"],
  "lang": "en-IN",
  "dir": "ltr",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Book a Court",
      "short_name": "Book",
      "description": "Quickly book a pickleball court",
      "url": "./index.html?action=book",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Bookings",
      "short_name": "Bookings",
      "description": "View your bookings",
      "url": "./index.html?view=my",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
