{
  "name": "Loanstar Fleet Service",
  "short_name": "Loanstar",
  "description": "Mobile fleet service — book appointments and manage your fleet on the go.",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#0f1117",
  "theme_color": "#0f1117",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "utilities"],
  "shortcuts": [
    {
      "name": "Book Service",
      "url": "/portal",
      "description": "Book a new fleet service"
    },
    {
      "name": "My Appointments",
      "url": "/portal",
      "description": "View my appointments"
    }
  ]
}
