<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

    <title>Bitwarden on F-Droid</title>

    <link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
        rel="stylesheet" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
        crossorigin="anonymous">
</head>

<body style="text-align: center; padding: 20px; max-width: 600px; margin: 0 auto;">
    <h1 style="font-size: 1.7rem;">Bitwarden on F-Droid</h1>
    <p>
        <a href="https://mobileapp.bitwarden.com/fdroid/repo?fingerprint=BC54EA6FD1CD5175BCCCC47C561C5726E1C3ED7E686B6DB4B18BAC843A3EFE6C">
            <img src="./btn.png" alt="" width="323" height="125" />
        </a>
    </p>
    <p>
        <a href="https://mobileapp.bitwarden.com/fdroid/repo?fingerprint=BC54EA6FD1CD5175BCCCC47C561C5726E1C3ED7E686B6DB4B18BAC843A3EFE6C">
            <img src="./qr.png" alt="" width="300" height="300" />
        </a>
    </p>
    <h3 style="font-size: 1.25rem;">Repository</h3>
    <div style="text-align: left;">
        URL:
        <pre><code>https://mobileapp.bitwarden.com/fdroid/repo</code></pre>
        Fingerprint:
        <pre><code>BC54EA6FD1CD5175BCCCC47C561C5726E1C3ED7E686B6DB4B18BAC843A3EFE6C</code></pre>
    </div>
    <h3 style="font-size: 1.25rem;">Instructions</h3>
    <ol style="text-align: left; padding-left: 25px;">
        <li>Install the <a href="https://f-droid.org" target="_blank">F-Droid client app</a>.</li>
        <li>Scan the QR code from above or manually copy/paste the Bitwarden repository information into the F-Droid client app under Settings.</li>
        <li>Add the Bitwarden repository to the F-Droid client app.</li>
        <li>Refresh your F-Droid client app under the Categories tab.</li>
        <li>Install Bitwarden from the F-Droid client app listing.</li>
    </ol>
    <h3 style="font-size: 1.25rem;">Limitations</h3>
    <p style="text-align: left;">
        Since the Bitwarden F-Droid build does not include Firebase Messaging,
        push notifications for live sync updates of your vault will not work.
        Manual vault syncing is required.
    </p>
</body>
</html>