{
  "short_name": "glo.lk",
  "name": "glo.lk — Medical & Doctor Appointment Platform",
  "description": "Book doctor appointments, manage clinic schedules, lookup bookings, and access medical portals.",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "type": "image/svg+xml",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "type": "image/svg+xml",
      "sizes": "512x512",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/pwa-book-512.svg",
      "type": "image/svg+xml",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa-bookings-512.svg",
      "type": "image/svg+xml",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa-center-512.svg",
      "type": "image/svg+xml",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa-doctor-512.svg",
      "type": "image/svg+xml",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "start_url": "/",
  "background_color": "#0f172a",
  "theme_color": "#0d9488",
  "display": "standalone",
  "orientation": "any",
  "categories": ["medical", "health", "lifestyle", "business"],
  "shortcuts": [
    {
      "name": "1. Book Appointment",
      "short_name": "Book Now",
      "description": "Direct to Marketplace for searching clinics and booking appointments",
      "url": "/?pwa=marketplace#/marketplace",
      "icons": [
        {
          "src": "/icons/pwa-book-512.svg",
          "sizes": "512x512",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "2. My Bookings / Lookup",
      "short_name": "My Bookings",
      "description": "Quick access to appointment status and patient medical records",
      "url": "/?pwa=my-bookings#/patient",
      "icons": [
        {
          "src": "/icons/pwa-bookings-512.svg",
          "sizes": "512x512",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "3. Center Portal",
      "short_name": "Center Portal",
      "description": "Venue owners and staff portal for managing clinic operations",
      "url": "/?pwa=center-portal#/center-owner",
      "icons": [
        {
          "src": "/icons/pwa-center-512.svg",
          "sizes": "512x512",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "4. Doctor Schedule",
      "short_name": "Doctor Schedule",
      "description": "Practitioner portal for managing availability and patient appointments",
      "url": "/?pwa=doctor-schedule#/doctor",
      "icons": [
        {
          "src": "/icons/pwa-doctor-512.svg",
          "sizes": "512x512",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
