{
  "name": "One Delhi Transit",
  "short_name": "One Delhi",
  "description": "Quick and easy bus ticket booking for Delhi Transport. Powered by ONDC and IIIT Delhi.",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#121212",
  "theme_color": "#B3261E",
  "icons": [
    {
      "src": "assets/images/app-logo.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "assets/images/app-logo.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],
  "categories": ["transportation", "utilities"],
  "shortcuts": [
    {
      "name": "Buy Tickets",
      "url": "./index.html",
      "icons": [{ "src": "assets/images/app-logo.webp", "sizes": "192x192" }]
    }
  ]
}
