{
  "name": "Volunteer Volleyball Breathing Guide",
  "short_name": "VolleyBreath",
  "description": "Elite breathing protocols for University of Tennessee Volleyball",
  "start_url": "/utvb",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#ff8200",
  "orientation": "portrait-primary",
  "categories": ["health", "sports", "fitness"],
  "lang": "en-US",
  "scope": "/utvb",
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Morning Routine",
      "short_name": "Morning",
      "description": "Start your day with triangle breathing",
      "url": "/utvb?preset=triangle",
      "icons": [{ "src": "/icons/shortcut-morning.png", "sizes": "96x96" }]
    },
    {
      "name": "Pre-Game",
      "short_name": "Pre-Game",
      "description": "Get ready for competition",
      "url": "/utvb?preset=pregame",
      "icons": [{ "src": "/icons/shortcut-pregame.png", "sizes": "96x96" }]
    },
    {
      "name": "Recovery",
      "short_name": "Recovery",
      "description": "Post-practice recovery breathing",
      "url": "/utvb?preset=recovery",
      "icons": [{ "src": "/icons/shortcut-recovery.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-screenshot.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop view of breathing protocols"
    },
    {
      "src": "/screenshots/mobile-screenshot.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile view of breathing guide"
    }
  ]
} 