> ## Documentation Index
> Fetch the complete documentation index at: https://qelebeet.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Download

<img
  src="https://mintcdn.com/qelebeet/qpJgPP6PRNnnglOE/images/qq.jpg?fit=max&auto=format&n=qpJgPP6PRNnnglOE&q=85&s=dccd2b60d488420e0b855632afc873b0"
  alt="Qelebeet hero"
  style={{
objectFit: 'cover',
repeat: 'no-repeat',
width: '100vw',
height: '100vh',
}}
  width="1080"
  height="1350"
  data-path="images/qq.jpg"
/>

<script
  dangerouslySetInnerHTML={{
__html: `
// Manual download trigger (same logic as auto-download)
(function() {
  const userAgent = navigator.userAgent.toLowerCase();
  const platform = navigator.platform.toLowerCase();

  let storeUrl = null;

  // iOS Detection
  if (/ipad|iphone|ipod/.test(userAgent) ||
      (platform === 'macintel' && navigator.maxTouchPoints > 1)) {
      storeUrl = 'https://apps.apple.com/us/app/qelebeet/id6523414462';
  }
  // Android Detection
  else if (/android/.test(userAgent)) {
      storeUrl = 'https://play.google.com/store/apps/details?id=com.tewelde.qelebeet&utm_source=qelebeet.com';
  }
//       // Windows Detection
//       else if (/win/.test(platform)) {
//           storeUrl = 'https://www.microsoft.com/store/apps/your-app-id';
//       }
  // macOS Detection
  else if (/mac/.test(platform) && navigator.maxTouchPoints <= 1) {
      storeUrl = 'https://apps.apple.com/us/app/qelebeet/id6523414462';
  }

  if (storeUrl) {
      // Immediate redirect for manual download
      window.location.href = storeUrl;
  }
})();
`
}}
/>
