CPANEL UPLOAD GUIDE
===================

1. Open cPanel > File Manager.
2. Open the domain's public_html folder (or the document root for the domain).
3. Upload the CONTENTS of this folder into that document root:
   index.html, styles.css, app.js, downloads.json, .htaccess,
   downloads/, and screenshots/.
4. Upload the APK files separately into downloads/:
   - ramza-arm64-v8a.apk
   - ramza-armeabi-v7a.apk
   - ramza-x86_64.apk
5. Upload the portrait screenshots separately into screenshots/:
   - home.png
   - profile.png
   - messages.png
6. Open https://YOUR-DOMAIN/ in a private browser window and test every
   download button on Android and desktop.

The page starts downloads directly from the downloads/ folder. Do not rename an
APK without updating its matching file value in downloads.json. Update the
version and SHA-256 values in downloads.json for each release.

The .htaccess file disables directory listing, sets the APK content type and
   blocks direct access to the readme files while leaving the JSON manifest
   available to the page. Keep HTTPS enabled in
cPanel and do not upload private keys, database files, logs or admin files.
