{
  "projectName": "SkybirdFly",
  "modules": {
    "flights": {
      "enabled": true,
      "label": "Flights"
    },
    "taxi": {
      "enabled": true,
      "label": "Taxi"
    },
    "hotels": {
      "enabled": false,
      "label": "Hotels",
      "blockReason": "SkybirdFly is flights + taxi only"
    }
  },
  "blockedRoutes": [
    "/hotels",
    "/stays",
    "/hotel",
    "/hotel-search",
    "/hotel-details",
    "/hotels/*"
  ],
  "allowedRoutes": [
    "/",
    "/flights",
    "/flights/*",
    "/taxi",
    "/car-rental",
    "/car-rental/*",
    "/trips",
    "/help",
    "/about"
  ]
}
