{
  "name": "The Lincolnville Listening Room & Cold Bar",
  "short_name": "LLR",
  "description": "Live radio, cold bar menu, and Odd Fellows Archives from 112 MLK, St. Augustine.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F5F1E8",
  "theme_color": "#1F1A15",
  "lang": "en-US",
  "categories": ["music", "food", "entertainment", "lifestyle"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Listen Live",
      "short_name": "Listen",
      "description": "Start the LLR Radio stream",
      "url": "./?tab=listen",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Today's Cold Bar",
      "short_name": "Daily",
      "description": "See today's featured cup-or-cone",
      "url": "./?tab=daily",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
