{
  "name": "Fare Hacker",
  "short_name": "FareHacker",
  "description": "Business class for the price of economy. Hack every fare.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0e1a",
  "theme_color": "#f59e0b",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/icon-192.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["travel", "finance"],
  "shortcuts": [
    {
      "name": "Hack a Trip",
      "url": "/trip",
      "description": "Search every route and program"
    },
    {
      "name": "Explore Map",
      "url": "/map",
      "description": "Interactive destination map"
    }
  ]
}
