{
  "name": "Assistente Pessoal",
  "short_name": "Assistente",
  "description": "Seu assistente pessoal inteligente para organizar vida, finanças e projetos",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#14b8a6",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "lifestyle"],
  "shortcuts": [
    {
      "name": "Nova Conversa CUP",
      "short_name": "CUP",
      "description": "Inicie uma nova conversa com seu assistente",
      "url": "/dashboard?tab=cup",
      "icons": [{"src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml"}]
    },
    {
      "name": "Minhas Tarefas",
      "short_name": "Tarefas",
      "description": "Veja suas tarefas do dia",
      "url": "/dashboard?tab=tasks",
      "icons": [{"src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml"}]
    },
    {
      "name": "Finanças",
      "short_name": "Finanças",
      "description": "Gerencie suas finanças",
      "url": "/dashboard?tab=finance",
      "icons": [{"src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml"}]
    }
  ]
}
