{
  "name": "FareWatch",
  "short_name": "FareWatch",
  "description": "Personal flight-price monitoring. It watches the fare. You catch the flight.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0e1320",
  "theme_color": "#0e1320",
  "categories": ["travel", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add route",
      "url": "/add",
      "description": "Track a new flight route"
    },
    {
      "name": "Alerts",
      "url": "/alerts",
      "description": "View recent price alerts"
    }
  ]
}
