{
  "name": "The Break Room",
  "short_name": "Break Room",
  "description": "A community for nurses and healthcare workers to speak honestly, decompress, and connect.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#050816",
  "theme_color": "#050816",
  "scope": "/",
  "lang": "en",
  "categories": ["social", "health", "lifestyle"],
  "icons": [
    {
      "src": "icons/tbr-icon-v2.jpg",
      "sizes": "192x192",
      "type": "image/jpeg"
    },
    {
      "src": "icons/tbr-icon-v2.jpg",
      "sizes": "512x512",
      "type": "image/jpeg"
    }
  ],
  "shortcuts": [
    {
      "name": "New Post",
      "short_name": "Post",
      "description": "Create a new post in The Break Room",
      "url": "/?action=post",
      "icons": [
        {
          "src": "icons/tbr-icon-v2.jpg",
          "sizes": "192x192",
          "type": "image/jpeg"
        }
      ]
    },
    {
      "name": "Night Shift",
      "short_name": "Night Shift",
      "description": "Go to the Night Shift room",
      "url": "/?room=nightshift",
      "icons": [
        {
          "src": "icons/tbr-icon-v2.jpg",
          "sizes": "192x192",
          "type": "image/jpeg"
        }
      ]
    },
    {
      "name": "Confession Wall",
      "short_name": "Confess",
      "description": "Post anonymously to the Confession Wall",
      "url": "/?room=confession",
      "icons": [
        {
          "src": "icons/tbr-icon-v2.jpg",
          "sizes": "192x192",
          "type": "image/jpeg"
        }
      ]
    }
  ]
}