{
  "name": "KHUMO Official Band Website",
  "short_name": "KHUMO",
  "description": "The official Progressive Web App for the band KHUMO. Find the latest music, tour dates, and merchandise.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#000000",
  "background_color": "#121212",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/media/KhumoLogo.png",
      "sizes": "400x400",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tour Dates",
      "short_name": "Tours",
      "description": "View upcoming live shows.",
      "url": "/",
      "icons": [
        {
          "src": "/media/KhumoLogo.png",
          "sizes": "400x400"
        }
      ]
    },
    {
      "name": "New Music",
      "short_name": "Music",
      "description": "Listen to the latest tracks and albums.",
      "url": "/#music",
      "icons": [
        {
          "src": "/media/KhumoLogo.png",
          "sizes": "400x400"
        }
      ]
    }
  ]
}