{
  "name": "Worship Flow",
  "short_name": "WorshipFlow",
  "description": "Streamline your worship service planning and team management.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#282828",
  "theme_color": "#1DB954",
  "icons": [
    {
      "src": "/icons/72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/icons/96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icons/144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/icons/152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/icons/192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Upcoming Services",
      "short_name": "Services",
      "description": "View your upcoming scheduled services",
      "url": "/services",
      "icons": [{ "src": "/icons/96.png", "sizes": "96x96" }]
    },
    {
      "name": "Song Library",
      "short_name": "Songs",
      "description": "Browse the song library",
      "url": "/songs",
      "icons": [{ "src": "/icons/96.png", "sizes": "96x96" }]
    }
  ]
}
