{
  "id": "/",
  "name": "SalX One",
  "short_name": "SalX",
  "description": "Business management and online booking platform — schedule, clients, and operations in one place.",
  "start_url": "/login",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "background_color": "#2b2b2b",
  "theme_color": "#6AB0F5",
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Schedule",
      "short_name": "Schedule",
      "description": "Open the appointment schedule",
      "url": "/schedule"
    },
    {
      "name": "New Appointment",
      "short_name": "New Appt",
      "description": "Start a new appointment",
      "url": "/schedule?new=1"
    },
    {
      "name": "Clients",
      "short_name": "Clients",
      "description": "Browse and manage clients",
      "url": "/clients"
    }
  ]
}
