{
  "name": "M.E.R.C.Y INT Admin",
  "short_name": "MERCY Admin",
  "description": "M.E.R.C.Y INT LLC transportation management dashboard",
  "start_url": "/admin/index.html",
  "display": "standalone",
  "background_color": "#0A1628",
  "theme_color": "#0A1628",
  "orientation": "any",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Trip",
      "url": "/admin/index.html#new-trip",
      "description": "Create a new booking"
    },
    {
      "name": "All Trips",
      "url": "/admin/index.html#trips",
      "description": "View all trips"
    }
  ]
}
