{
  "name": "BarberPro - Agenda para Barbearias",
  "short_name": "BarberPro",
  "description": "Agende seu corte nas melhores barbearias. A plataforma #1 para barbearias no Brasil.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone", "minimal-ui"],
  "background_color": "#000000",
  "theme_color": "#D4AF37",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "pt-BR",
  "dir": "ltr",
  "id": "/",
  "icons": [
    {
      "src": "/icon-512-real.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-real.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "maskable"
    }
  ],
  "categories": ["lifestyle", "business"],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-1-home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Tela inicial do BarberPro"
    },
    {
      "src": "/screenshots/screenshot-2-detail.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Detalhes da barbearia"
    },
    {
      "src": "/screenshots/screenshot-3-booking.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Agendamento de serviço"
    },
    {
      "src": "/screenshots/feature-graphic.png",
      "sizes": "1024x512",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "BarberPro - Visão geral"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "id": "com.barberpro.app",
      "url": "https://play.google.com/store/apps/details?id=com.barberpro.app"
    }
  ],
  "shortcuts": [
    {
      "name": "Agendar",
      "short_name": "Agendar",
      "description": "Agendar um novo serviço",
      "url": "/barbershops",
      "icons": [{ "src": "/icon-512-real.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "Meus Agendamentos",
      "short_name": "Agenda",
      "description": "Ver meus agendamentos",
      "url": "/appointments",
      "icons": [{ "src": "/icon-512-real.png", "sizes": "512x512", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/barbershops",
    "method": "GET",
    "params": {
      "title": "name",
      "text": "description",
      "url": "link"
    }
  },
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "protocol_handlers": [
    {
      "protocol": "web+barberpro",
      "url": "/barbershops?ref=%s"
    }
  ],
  "note_taking": {
    "new_note_url": "/dashboard"
  },
  "file_handlers": [
    {
      "action": "/dashboard",
      "accept": {
        "text/csv": [".csv"],
        "application/json": [".json"],
        "image/jpeg": [".jpg", ".jpeg"],
        "image/png": [".png"]
      }
    }
  ],
  "widgets": [
    {
      "name": "Próximo Agendamento",
      "description": "Veja seu próximo agendamento rapidamente",
      "tag": "next-appointment",
      "template": "next-appointment-template",
      "ms_ac_template": "widgets/next-appointment-template.json",
      "data": "widgets/next-appointment-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshots/screenshot-1-home.png",
          "sizes": "390x844",
          "type": "image/png",
          "label": "Widget de agendamentos"
        }
      ],
      "icons": [
        {
          "src": "/icon-512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ],
  "tab_strip": {
    "home_tab": {
      "url": "/",
      "icons": [{ "src": "/icon-512-real.png", "sizes": "512x512", "type": "image/png" }]
    }
  }
}