{
  "name": "Wikitinerary",
  "short_name": "Wikitinerary",
  "description": "Your next trip, planned by people who already took it.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAFAF8",
  "theme_color": "#0C4A6E",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": ["travel", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Browse Destinations",
      "url": "/destinations",
      "description": "Find your next trip"
    },
    {
      "name": "My Trips",
      "url": "/trips",
      "description": "View your saved trips"
    }
  ]
}
