Manifests/BitwardenDesktop.json

{
    "Name": "Bitwarden Desktop",
    "Source": "https://bitwarden.com/",
    "Get": {
        "Update": {
            "Uri": "https://artifacts.bitwarden.com/desktop/latest.yml",
            "MatchVersion": "version:\\s(\\d+(\\.\\d+){1,4})"
        },
        "Download": {
            "Uri": "https://artifacts.bitwarden.com/desktop/Bitwarden-Installer-#version.exe",
            "ReplaceText": "#version"
        }
    },
    "Install": {
        "Setup": "Bitwarden*.exe",
        "Preinstall": "",
        "Physical": {
            "Arguments": "/S",
            "PostInstall": [
            ]
        },
        "Virtual": {
            "Arguments": "/S",
            "PostInstall": [
            ]
        }
    }
}