{
  "id": "/",
  "name": "Nexo Market — Tu tienda online",
  "short_name": "Nexo Market",
  "description": "Tu tienda online simple — con tus fotos, tu precio, tu WhatsApp.",
  "start_url": "./",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "background_color": "#F7F4EE",
  "theme_color": "#1E7B5E",
  "orientation": "portrait",
  "scope": "./",
  "lang": "es",
  "categories": ["shopping", "marketplace", "business"],
  "icons": [
    {
      "src": "./assets/brand/nexo-icon-light.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./assets/brand/nexo-icon-onbrand.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "./assets/screenshots/narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "./assets/screenshots/wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Publicar",
      "short_name": "Publicar",
      "description": "Subir un anuncio al mercado",
      "url": "./#/create",
      "icons": [{ "src": "./assets/brand/nexo-icon-light.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Mercado",
      "short_name": "Mercado",
      "description": "Ver anuncios del mercado",
      "url": "./#/search",
      "icons": [{ "src": "./assets/brand/nexo-icon-light.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Perfil",
      "short_name": "Perfil",
      "description": "Ver tu perfil",
      "url": "./#/profile",
      "icons": [{ "src": "./assets/brand/nexo-icon-light.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
