{
  "name": "Coworking 360M2",
  "short_name": "360M2",
  "description": "Coworking 360M² — Reserve salas, gerencie créditos, acompanhe pagamentos e seu endereço fiscal sem sair do aplicativo.",
  "id": "/?source=pwa",
  "start_url": "/cliente/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#f5f7fa",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "lang": "pt-BR",
  "dir": "ltr",
  "categories": ["business", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nova reserva",
      "short_name": "Reservar",
      "description": "Reservar um espaço",
      "url": "/cliente/reservas/nova?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Minhas reservas",
      "short_name": "Reservas",
      "description": "Ver minhas reservas",
      "url": "/cliente/reservas?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Pagamentos",
      "short_name": "Pagar",
      "description": "Faturas e cobranças",
      "url": "/cliente/pagamentos?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
