{
  "name": "Travoo",
  "short_name": "Travoo",
  "description": "Plan, track & share every journey with friends",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#000000",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect width='192' height='192' rx='44' fill='%23000'/%3E%3Cpath d='M96 32 L152 96 L96 160 L40 96 Z' fill='none' stroke='white' stroke-width='8'/%3E%3Ccircle cx='96' cy='96' r='18' fill='white'/%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='115' fill='%23000'/%3E%3Cpath d='M256 80 L410 256 L256 432 L102 256 Z' fill='none' stroke='white' stroke-width='20'/%3E%3Ccircle cx='256' cy='256' r='48' fill='white'/%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today",
      "url": "./?tab=home",
      "description": "View today's itinerary"
    },
    {
      "name": "Expenses",
      "url": "./?tab=exp",
      "description": "Log an expense"
    }
  ]
}