{
  "name": "Humming Airways",
  "short_name": "Humming",
  "description": "Vuelos directos en Argentina",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1e3a5c",
  "theme_color": "#1e3a5c",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "es-AR",
  "dir": "ltr",
  "categories": ["travel", "transportation"],
  "icons": [
    {
      "src": "/images/logo-azul.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/logo-azul.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Humming Airways - Vuelos en Argentina"
    }
  ],
  "shortcuts": [
    {
      "name": "Buscar Vuelos",
      "short_name": "Buscar",
      "description": "Buscar vuelos disponibles",
      "url": "/#routes",
      "icons": [
        {
          "src": "/images/logo-azul.webp",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Mi Cuenta",
      "short_name": "Cuenta",
      "description": "Acceder a mi cuenta",
      "url": "/account",
      "icons": [
        {
          "src": "/images/logo-azul.webp",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "capture_links": "existing-client-navigate",
  "protocol_handlers": [],
  "url_handlers": [],
  "scope_extensions": [],
  "permissions": [],
  "display_override": ["standalone", "minimal-ui"],
  "iarc_rating_id": "",
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/open-file",
      "accept": {
        "text/plain": [".txt"]
      }
    }
  ]
} 