{
    "version": "7.1.3-nightly.3",
    "description": "All-in-one messaging apps for various services",
    "homepage": "https://github.com/ferdium/ferdium-app",
    "license": "Apache-2.0",
    "url": "https://github.com/ferdium/ferdium-app/releases/download/v7.1.3-nightly.3/Ferdium-win-AutoSetup-7.1.3-nightly.3.exe#/dl.7z",
    "hash": "sha512:1e2f79f4254f49328111b5af52ce2e632136450a6d5a6aaa5ad4f0e89be7361b8e4a7c44fd589f6febf7b12388ced340389edfa7b70157c54852451d6636c9bb",
    "architecture": {
        "64bit": {
            "installer": {
                "script": "Expand-7zipArchive -Path \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\""
            }
        },
        "32bit": {
            "installer": {
                "script": "Expand-7zipArchive -Path \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\""
            }
        }
    },
    "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*.exe\" -Recurse -Force",
    "shortcuts": [
        [
            "Ferdium.exe",
            "Ferdium"
        ]
    ],
    "checkver": {
        "url": "https://github.com/ferdium/ferdium-app/releases",
        "regex": "/releases/tag/(?:v|V)?([\\d\\-nightly.]+)"
    },
    "autoupdate": {
        "url": "https://github.com/ferdium/ferdium-app/releases/download/v$version/Ferdium-win-AutoSetup-$version.exe#/dl.7z",
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512:\\s+$base64"
        }
    }
}
