{
  "name": "Block Party Live",
  "short_name": "BPL",
  "description": "You need somebody. BPL knows somebody.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#C9A84C",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/bpl logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/bpl logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["entertainment", "lifestyle", "social"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Discover Events",
      "url": "/discover",
      "description": "Browse public events on the Block"
    },
    {
      "name": "Find Vendors",
      "url": "/vendors",
      "description": "Search vendors for your event"
    },
    {
      "name": "The Block Map",
      "url": "/map",
      "description": "See who is live right now"
    }
  ]
}