{
  "name": "DJ Hot Commodity",
  "short_name": "DJ Hot Commodity",
  "description": "Setting the vibe. Owning the night. NYC-based open-format DJ bringing energy to clubs, concerts, weddings, and radio.",
  "id": "/?source=pwa",
  "start_url": "https://djhotcommodity.pages.dev/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "background_color": "#FFECF3",
  "theme_color": "#DB155E",
  "categories": ["entertainment", "music", "events"],
  "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/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Listen Now",
      "short_name": "Listen",
      "description": "Jump to latest mixes.",
      "url": "/#listen",
      "icons": [{ "src": "/icons/shortcut-listen.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Book a Gig",
      "short_name": "Book",
      "description": "Open booking form.",
      "url": "/#book",
      "icons": [{ "src": "/icons/shortcut-book.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Gallery",
      "short_name": "Gallery",
      "description": "View photos and reels.",
      "url": "/#gallery",
      "icons": [{ "src": "/icons/shortcut-gallery.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home-1080x1920.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Home"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+dj",
      "url": "/#listen"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}