{
  "id": "/2am-home",
  "name": "2AM — Where the Night Lives",
  "short_name": "2AM",
  "description": "The anti-algorithm for nightlife. Dance music, festivals, and your crew — a map you steer, not a feed you scroll.",
  "start_url": "/2am-home?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0a0a0f",
  "theme_color": "#0a0a0f",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/api/2am/icon/192", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/api/2am/icon/512", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/api/2am/icon/512", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "categories": ["entertainment", "social", "music"],
  "shortcuts": [
    {
      "name": "Tonight",
      "short_name": "Tonight",
      "url": "/tonight?source=pwa-shortcut",
      "icons": [{ "src": "/api/2am/icon/192", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Discover",
      "short_name": "Discover",
      "url": "/discover?source=pwa-shortcut",
      "icons": [{ "src": "/api/2am/icon/192", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Music",
      "short_name": "Music",
      "url": "/music?source=pwa-shortcut",
      "icons": [{ "src": "/api/2am/icon/192", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
