{
  "name": "Argentina Labura",
  "short_name": "Arg Lab",
  "description": "Encontrá empleos, ofrecé tus servicios, conectá con profesionales, comercios y oportunidades cerca tuyo.",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1268b9",
  "theme_color": "#1268b9",
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "categories": [
    "business",
    "productivity",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Ver Ofertas",
      "short_name": "Ofertas",
      "description": "Ver todas las ofertas laborales disponibles.",
      "url": "/ofertas",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Urgente",
      "short_name": "Urgente",
      "description": "Ver ofertas laborales urgentes.",
      "url": "/urgente",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Mi Perfil",
      "short_name": "Perfil",
      "description": "Ver y editar mi perfil profesional.",
      "url": "/profile",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
