{
  "name": "NexEvento",
  "short_name": "NexEvento",
  "description": "Event Management for Organizers & Speakers",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "categories": [
    "business",
    "productivity",
    "social"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Events",
      "short_name": "Events",
      "url": "/dashboard/organizer/events",
      "icons": [
        {
          "src": "/icons/icon-192.png?v=3",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Create Event",
      "short_name": "Create",
      "url": "/dashboard/organizer/events/new",
      "icons": [
        {
          "src": "/icons/icon-192.png?v=3",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}