{
  "name": "IIT Jammu Hostel Bedding Portal",
  "short_name": "Bedding Portal",
  "description": "Hostel bedding request and records portal for IIT Jammu.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#eef4fa",
  "theme_color": "#073f70",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}