{
  "name": "Kee",
  "short_name": "Kee",
  "description": "The music says everything. New Orleans taproots, the work in public.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "lang": "en",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0e0c0a",
  "theme_color": "#0e0c0a",
  "categories": ["music"],
  "prefer_related_applications": false,
  "icons": [
    {"src": "/assets/icons/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any"},
    {"src": "/assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any"},
    {"src": "/assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any"}
  ],
  "shortcuts": [
    {
      "name": "Listen",
      "short_name": "Listen",
      "url": "/listen/",
      "description": "From Atlanta With Love",
      "icons": [{"src": "/assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "Shows",
      "short_name": "Shows",
      "url": "/shows/",
      "description": "When a city, a door, and a ticket are real.",
      "icons": [{"src": "/assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "url": "/contact/",
      "description": "Write the desk. press@nowthatskee.com",
      "icons": [{"src": "/assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png"}]
    }
  ]
}
