{
  "name": "AutoRentify",
  "short_name": "AutoRentify",
  "description": "AutoRentify is a fast, reliable, and offline-capable car rental platform for seamless booking and management of rentals.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2A9D8F",
  "icons": [
    {
      "src": "assets/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "assets/screenshots/screenshot-1.png",
      "sizes": "360x640",
      "type": "image/png",
      "platform": "android"
    },
    {
      "src": "assets/screenshots/screenshot-2.png",
      "sizes": "720x1280",
      "type": "image/png",
      "platform": "android"
    }
  ],
  "shortcuts": [
    {
      "name": "Book a Car",
      "short_name": "Book Car",
      "description": "Quickly book a car for rent",
      "url": "/book-car",
      "icons": [
        {
          "src": "assets/icons/shortcut-book-car.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Bookings",
      "short_name": "My Bookings",
      "description": "View and manage your bookings",
      "url": "/my-bookings",
      "icons": [
        {
          "src": "assets/icons/shortcut-my-bookings.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "manifest_version": 2
}
