{
  "id": "/",
  "name": "Arcane City",
  "short_name": "ArcaneCity",
  "description": "Arcane City – discover and explore the music and arts events scene in Pittsburgh, for venues, artists, series, and fans.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "window-controls-overlay"
  ],
  "orientation": "portrait-primary",
  "theme_color": "#0f0f17",
  "background_color": "#0f0f17",
  "categories": [
    "events",
    "entertainment",
    "productivity",
    "social"
  ],
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+arcanecity",
      "url": "/open?resource=%s"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false
}