{
  "name": "Taktos",
  "short_name": "Taktos",
  "description": "Agendamento online para profissionais - Organize. Automatize. Atenda.",
  "start_url": "/portal",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#0d9488",
  "orientation": "portrait-primary",
  "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-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/logo-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Tela principal do Taktos"
    }
  ],
  "shortcuts": [
    {
      "name": "Meus Agendamentos",
      "short_name": "Agendamentos",
      "description": "Ver seus agendamentos",
      "url": "/portal?tab=appointments",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Novo Agendamento",
      "short_name": "Agendar",
      "description": "Agendar nova consulta",
      "url": "/portal?action=new-appointment",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Meu Perfil",
      "short_name": "Perfil",
      "description": "Editar seu perfil",
      "url": "/portal?tab=profile",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/portal/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+taktos",
      "url": "/handle-protocol?url=%s"
    }
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "categories": ["medical", "health", "business", "lifestyle"],
  "lang": "pt-BR",
  "dir": "ltr",
  "prefer_related_applications": false,
  "iarc_rating_id": "",
  "id": "taktos-pwa"
}
