{
  "id": "/",
  "name": "vrc.dj",
  "short_name": "vrc.dj",
  "description": "VRChat DJ livesets, artists, communities.",
  "lang": "en",
  "categories": ["music", "social", "entertainment"],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "theme_color": "#080b14",
  "background_color": "#080b14",
  "icons": [
    { "src": "/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "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" }
  ],
  "shortcuts": [
    {
      "name": "Submit liveset",
      "short_name": "Submit",
      "description": "Submit a new liveset",
      "url": "/?submit=1",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "My pages",
      "short_name": "My pages",
      "url": "/my-pages"
    },
    {
      "name": "My livesets",
      "short_name": "My sets",
      "url": "/my-livesets"
    },
    {
      "name": "Bookings",
      "short_name": "Bookings",
      "url": "/bookings"
    }
  ],
  "share_target": {
    "action": "/?submit=1",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
