{
  "name": "Vighpyr's Place Jazz Radio",
  "short_name": "Vighpyr's Place",
  "description": "Smooth jazz, curated with soul.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1f1712",
  "theme_color": "#9b6734",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/wp-content/uploads/vp-pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/wp-content/uploads/vp-pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Listen Live",
      "short_name": "Listen",
      "description": "Open the live Vighpyr's Place stream.",
      "url": "/#listen-live",
      "icons": [
        {
          "src": "/wp-content/uploads/vp-pwa/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}