{
  "name": "Shexper - Compartilhe Experiências Incríveis",
  "short_name": "Shexper",
  "description": "Descubra e compartilhe experiências incríveis com pessoas ao seu redor",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#8f1eae",
  "theme_color": "#8f1eae",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "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": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "social",
    "lifestyle",
    "entertainment"
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Criar Evento",
      "short_name": "Criar",
      "description": "Crie um novo evento",
      "url": "/create-event",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Meus Eventos",
      "short_name": "Eventos",
      "description": "Ver meus eventos",
      "url": "/my-events",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
