{
  "name": "MeClica!",
  "short_name": "MeClica!",
  "description": "Links, loja, agendamento e módulos para negócios.",
  "start_url": "/auth",
  "scope": "/",
  "display": "standalone",
  "background_color": "#07101f",
  "theme_color": "#0b6bff",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Abrir painel geral"
    },
    {
      "name": "Agendamento",
      "url": "/dashboard/booking",
      "description": "Abrir módulo de agenda"
    },
    {
      "name": "Shop",
      "url": "/dashboard/shop",
      "description": "Abrir módulo de loja"
    }
  ]
}
