{
  "name": "King and Queen of the Losers",
  "short_name": "KAQOTL",
  "description": "Indie rock band from Boise, Idaho",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a1a",
  "theme_color": "#ff6b4a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "kaqotl_logo.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "categories": ["music", "entertainment"],
  "lang": "en-US",
  "scope": "/",
  "shortcuts": [
    {
      "name": "Music",
      "short_name": "Music",
      "description": "Listen to our albums",
      "url": "/#music"
    },
    {
      "name": "About",
      "short_name": "About",
      "description": "Learn about the band",
      "url": "/#about"
    }
  ]
}