{
  "name": "BYF App",
  "short_name": "BYF",
  "id": "/",
  "scope": "/",
  "theme_color": "#1C1B1F",
  "background_color": "black",
  "display_override": [
    "standalone",
    "window-controls-overlay"
  ],
  "icons": [
    {
      "src": "icons/icon-48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "shortcuts": [
    {
      "name": "What are the youth meetings this month?",
      "short_name": "Youth Meetings",
      "description": "View all youth meetings scheduled this month",
      "url": "/youth-meetings",
      "icons": [
        {
          "src": "/shortcuts/youth-meetings.png",
          "sizes": "128x128",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Worship tracks stemming",
      "short_name": "Stem Tracks",
      "description": "Split audio stems from a song",
      "url": "/tools/split-audio",
      "icons": [
        {
          "src": "/shortcuts/split-audio.png",
          "sizes": "128x128",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "What songs are in the song library?",
      "short_name": "Songs",
      "description": "View the library of songs",
      "url": "/songs",
      "icons": [
        {
          "src": "/shortcuts/song-library.png",
          "sizes": "128x128",
          "type": "image/png"
        }
      ]
    }
  ],
  "description": "Setlist and worship management for the Baptist Youth Fellowship.",
  "categories": [
    "productivity",
    "music",
    "utilities"
  ]
}