{
  "name": "SKINAZU",
  "short_name": "SKINAZU",
  "id": "/",
  "description": "SKINAZU, tu companion de skincare diario.",
  "dir": "ltr",
  "lang": "es-ES",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "tabbed",
    "browser"
  ],
  "orientation": "portrait",
  "background_color": "#F7F9FB",
  "theme_color": "#F7F9FB",
  "categories": [
    "beauty",
    "health",
    "lifestyle",
    "productivity"
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "note_taking": {
    "new_note_url": "/app/skin-log"
  },
  "share_target": {
    "action": "/app/skin-scan",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "image",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-mobile-1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Pantalla de inicio de SKINAZU"
    },
    {
      "src": "/screenshots/screenshot-desktop-1.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Panel de SKINAZU en escritorio"
    }
  ],
  "shortcuts": [
    {
      "name": "Rutinas",
      "short_name": "Rutinas",
      "description": "Abre tus rutinas diarias de skincare.",
      "url": "/app/routines",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Skin Log",
      "short_name": "Skin Log",
      "description": "Registra la evolucion diaria de tu piel.",
      "url": "/app/skin-log",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Productos",
      "short_name": "Productos",
      "description": "Consulta tus productos y su seguimiento.",
      "url": "/app/products",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
