{
  "name": "TripHero - Travel. Superpowered.",
  "short_name": "TripHero",
  "description": "Know what to do when travel goes wrong. Every airline, every airport within range, every option, before you need it.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f6f8fc",
  "theme_color": "#1E09E0",
  "categories": [
    "travel",
    "utilities",
    "productivity"
  ],
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "assets/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "I need help now",
      "short_name": "Help now",
      "description": "Four questions, then one clear instruction",
      "url": "/help-me-now"
    },
    {
      "name": "My trips",
      "short_name": "Trips",
      "description": "Your itineraries and their backup plans",
      "url": "/my-trips"
    },
    {
      "name": "Know your rights",
      "short_name": "Rights",
      "description": "What your airline owes you",
      "url": "/know-your-rights"
    }
  ],
  "id": "/"
}