{
  "name": "PartnerLink Tasks",
  "short_name": "Tasks",
  "description": "Gestão de tarefas, reuniões e produtividade para a sua equipa.",
  "lang": "pt-PT",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "icons": [
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.ico",
      "type": "image/x-icon",
      "sizes": "48x48"
    }
  ],
  "shortcuts": [
    {
      "name": "Nova tarefa",
      "short_name": "Nova",
      "url": "/?new=1",
      "description": "Criar uma nova tarefa"
    },
    {
      "name": "Reuniões",
      "short_name": "Reuniões",
      "url": "/meetings",
      "description": "Ver as reuniões agendadas"
    },
    {
      "name": "Tarefas",
      "short_name": "Tarefas",
      "url": "/tasks"
    }
  ],
  "categories": ["productivity", "business"]
}
