{
  "name": "WaveMatch — Find Your Perfect Surf Trip",
  "short_name": "WaveMatch",
  "description": "AI-powered surf trip matching for Portugal. Algarve, Costa Vicentina, South-West Alentejo. Your vibe. Your match.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#00B4D8",
  "background_color": "#0A1628",
  "lang": "en-US",
  "dir": "ltr",
  "categories": [
    "travel",
    "sports",
    "lifestyle"
  ],
  "keywords": [
    "surf",
    "portugal",
    "algarve",
    "surf camp",
    "costa vicentina",
    "surf trip",
    "matching",
    "AI",
    "travel",
    "surf community"
  ],
  "icons": [
    {
      "src": "/icons/icon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/match-flow-mobile.jpg",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Find your surf match in seconds"
    },
    {
      "src": "/screenshots/results-mobile.jpg",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Your personalized surf camp recommendations"
    },
    {
      "src": "/screenshots/match-flow-desktop.jpg",
      "sizes": "1280x800",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "WaveMatch on desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Find My Match",
      "short_name": "Match",
      "description": "Start the AI matching flow",
      "url": "/match",
      "icons": [
        {
          "src": "/icons/shortcut-match.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Algarve Surf",
      "short_name": "Algarve",
      "description": "Surf camps in the Algarve",
      "url": "/regions/algarve",
      "icons": [
        {
          "src": "/icons/shortcut-algarve.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Costa Vicentina",
      "short_name": "Vicentina",
      "description": "Surf in Costa Vicentina",
      "url": "/regions/costa-vicentina",
      "icons": [
        {
          "src": "/icons/shortcut-vicentina.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://wavematch.org/"
    }
  ],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+wavematch",
      "url": "/?match=%s"
    }
  ]
}