{
    "version": "1.16.2",
    "description": "A lightweight VM manager, designed for developers who want a fresh Ubuntu environment with a single command.",
    "homepage": "https://multipass.run",
    "license": {
        "identifier": "GPL-3.0-only",
        "url": "https://github.com/canonical/multipass/blob/main/COPYING.GPL.txt"
    },
    "notes": [
        "Select hypervisor:",
        " - 'multipass set local.driver=hyperv(default)|virtualbox'",
        " - Enable 'Hyper-V' or install 'Oracle VM VirtualBox' manually.",
        "Daemon Management:",
        " - See 'multipassd --help'",
        "",
        "Official documentation: https://multipass.run/docs"
    ],
    "architecture": {
        "64bit": {
            "url": "https://github.com/canonical/multipass/releases/download/v1.16.2/multipass-1.16.2%2Bwin-win64.msi",
            "hash": "8bd3c5dd29889caa406a6fd3fff92f87f077a42315050f850f9484733fd310de"
        }
    },
    "extract_dir": "PFiles64\\Multipass",
    "bin": [
        "bin\\multipass.exe",
        "bin\\multipassd.exe"
    ],
    "shortcuts": [
        [
            "bin\\multipass.gui.exe",
            "Multipass"
        ]
    ],
    "checkver": {
        "github": "https://github.com/canonical/multipass"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/canonical/multipass/releases/download/v$version/multipass-$version%2Bwin-win64.msi"
            }
        }
    }
}
