{
  "name": "UU Bus Portal",
  "short_name": "UU Bus",
  "description": "Uttara University Bus Portal - Real-time bus tracking, schedules, route info, and campus transport updates.",
  "id": "/",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "standalone",
    "window-controls-overlay"
  ],
  "background_color": "#0B1220",
  "theme_color": "#0B1220",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "education",
    "navigation",
    "transportation"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}