{
  "name": "StudioVibe",
  "short_name": "StudioVibe",
  "description": "Agende, organize e receba notificações no StudioVibe.",
  "start_url": "/studiovibe",
  "scope": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#ec4899",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "productivity", "beauty"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Novo agendamento",
      "short_name": "Agendar",
      "description": "Agendar um novo horário",
      "url": "/studiovibe",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Entrar",
      "short_name": "Acesso",
      "description": "Acessar a conta StudioVibe",
      "url": "/login?brand=studiovibe&vertical=beauty_salon",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
