{
  "name": "R.A.T - Rent A Trailer",
  "short_name": "R.A.T.",
  "description": "Find and rent trailers from verified owners near you. Browse utility, enclosed, dump, car hauler, and boat trailers.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "categories": ["business", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Browse Trailers",
      "short_name": "Browse",
      "url": "/trailers",
      "description": "Search and browse available trailers"
    },
    {
      "name": "My Bookings",
      "short_name": "Bookings",
      "url": "/my-bookings",
      "description": "View your trailer bookings"
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "url": "/messages",
      "description": "View your messages"
    }
  ]
}
