{
  "name": "PTTS Booking",
  "short_name": "Booking",
  "description": "Paralegal & Trial Tech Services — schedule a consultation with our team.",
  "start_url": "/scheduling-app/",
  "scope": "/scheduling-app/",
  "id": "/scheduling-app/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#faf7f2",
  "theme_color": "#1B3A5C",
  "icons": [
    {
      "src": "/scheduling-app/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/scheduling-app/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Admin — Appointments",
      "short_name": "Admin",
      "description": "Manage the appointment calendar (firm staff only)",
      "url": "/scheduling-app/admin/appointments",
      "icons": [
        { "src": "calendar-admin-192.png", "sizes": "192x192", "type": "image/png" },
        { "src": "calendar-admin-512.png", "sizes": "512x512", "type": "image/png" }
      ]
    },
    {
      "name": "Admin — Settings",
      "short_name": "Settings",
      "description": "Booking settings and services",
      "url": "/scheduling-app/admin/settings",
      "icons": [
        { "src": "calendar-admin-192.png", "sizes": "192x192", "type": "image/png" },
        { "src": "calendar-admin-512.png", "sizes": "512x512", "type": "image/png" }
      ]
    }
  ],
  "categories": ["business", "productivity"]
}
