{
  "name": "AirDate - Airport Dating App",
  "short_name": "AirDate",
  "description": "Connect with travelers at airports",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fdf2f8",
  "theme_color": "#ec4899",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "placeholder.svg",
      "type": "image/svg+xml",
      "sizes": "192x192"
    },
    {
      "src": "placeholder.svg",
      "type": "image/svg+xml",
      "sizes": "512x512"
    }
  ],
  "categories": ["social", "dating", "travel"],
  "lang": "en",
  "dir": "ltr"
}