{
    "version": "6.7.0",
    "description": "All-in-one messaging apps for various services",
    "homepage": "https://ferdium.org/",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/ferdium/ferdium-app/releases/download/v6.7.0/Ferdium-win-AutoSetup-6.7.0-x64.exe#/dl.7z",
            "hash": "sha512:9cd1c1c39439237738b8275fae2d99a23840dabe0abc005661a656862c4618d169549bf078272f41160c399be6ee4c609ef644dbef083a06e01287ca42aeda1e"
        },
        "32bit": {
            "url": "https://github.com/ferdium/ferdium-app/releases/download/v6.7.0/Ferdium-win-AutoSetup-6.7.0-ia32.exe#/dl.7z",
            "hash": "sha512:919abb66bae38215c3d657f27b67f448bbe677ec8c3f4ad43e5c656b1fab2fee5543aca7cffc2e8c14ff38734a988b04f82659209305303a0c227a9ca2328299"
        },
        "arm64": {
            "url": "https://github.com/ferdium/ferdium-app/releases/download/v6.7.0/Ferdium-win-AutoSetup-6.7.0-arm64.exe#/dl.7z",
            "hash": "sha512:a2469e0a78b609003251c55cd6a033786181efa186dfba0ad22067bab946c4078b0194fc40b9234e2dc2b2add72d257c159496bcb1c1114bcfb9576fe978cdcc"
        }
    },
    "pre_install": [
        "Get-ChildItem \"$dir\\`$PLUGINSDIR\\app-*.7z\" | Rename-Item -NewName 'app.7z'",
        "Expand-7zipArchive -Path \"$dir\\`$PLUGINSDIR\\app.7z\" \"$dir\"",
        "Remove-Item \"$dir\\`$*\" -Force -Recurse"
    ],
    "shortcuts": [
        [
            "Ferdium.exe",
            "Ferdium"
        ]
    ],
    "checkver": {
        "github": "https://github.com/ferdium/ferdium-app"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/ferdium/ferdium-app/releases/download/v$version/Ferdium-win-AutoSetup-$version-x64.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://github.com/ferdium/ferdium-app/releases/download/v$version/Ferdium-win-AutoSetup-$version-ia32.exe#/dl.7z"
            },
            "arm64": {
                "url": "https://github.com/ferdium/ferdium-app/releases/download/v$version/Ferdium-win-AutoSetup-$version-arm64.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "$basename\\s+sha512:\\s+$base64"
        }
    }
}
