{
  "name": "Hot & Juicy Podcast",
  "short_name": "Hot & Juicy",
  "description": "Real Conversations. Spicy Topics. New episodes every week with Mapettco, Kabua, and Keithalfred01.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#111111",
  "theme_color": "#F5A623",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": ["entertainment", "lifestyle", "music"],
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Latest Episode",
      "short_name": "Episodes",
      "description": "Browse all episodes",
      "url": "/episodes",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Blog",
      "short_name": "Blog",
      "description": "Read our latest articles",
      "url": "/blog",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
