{
  "name": "NowTicket - Ingressos para Eventos",
  "short_name": "NowTicket",
  "description": "A melhor plataforma para você encontrar eventos incríveis perto de você.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "categories": ["entertainment", "lifestyle", "music"],
  "lang": "pt-BR",
  "dir": "ltr",
  "icons": [
    {
      "src": "/nowticket.ico",
      "sizes": "16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/nowticket.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/nowticket.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/nowticket.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Eventos",
      "short_name": "Eventos",
      "description": "Ver todos os eventos disponíveis",
      "url": "/eventos",
      "icons": [
        {
          "src": "/nowticket.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Contato",
      "short_name": "Contato",
      "description": "Entre em contato conosco",
      "url": "/contato",
      "icons": [
        {
          "src": "/nowticket.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
