{
  "name": "StudioAfrika",
  "short_name": "StudioAfrika",
  "description": "Discover and buy tickets to the best African events",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#0A0A0A",
  "orientation": "portrait-primary",
  "categories": [
    "entertainment",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/sa-favicon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/sa-favicon.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/sa-favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Tickets",
      "url": "/library",
      "description": "View your tickets"
    },
    {
      "name": "Discover",
      "url": "/",
      "description": "Discover events"
    }
  ]
}