{
    "version": "2.4.3",
    "description": "Professional writing app with a focused and fluid writing experience.",
    "homepage": "https://www.tominlab.com/en/wonderpen",
    "license": {
        "identifier": "Proprietary",
        "url": "https://www.tominlab.com/en/term/privacy"
    },
    "architecture": {
        "64bit": {
            "url": "https://file.tominlab.com/WonderPen/2.4/WonderPen_win_installer_x64_2.4.3(7284).exe#/dl.7z",
            "hash": "fd11e4851353e7e1d5219d35708b87a36642a9dd1fbfecb552c8d85951775184"
        },
        "32bit": {
            "url": "https://file.tominlab.com/WonderPen/2.4/WonderPen_win_installer_ia32_2.4.3(7284).exe#/dl.7z",
            "hash": "5826d5914b023a1bfbda050dac5f96c9b1714454fab6df5ed30aa7fb756f859d"
        },
        "arm64": {
            "url": "https://file.tominlab.com/WonderPen/2.4/WonderPen_win_installer_arm64_2.4.3(7284).exe#/dl.7z",
            "hash": "a57b0e9a3284ab88f8d82035358c71e3f506e4d4244bccdfa5dbb60db8906f84"
        }
    },
    "installer": {
        "script": [
            "Get-Item \"$dir\\`$PLUGINSDIR\\app*.7z\" | Rename-Item -NewName 'app.7z'",
            "Expand-7ZipArchive \"$dir\\`$PLUGINSDIR\\app.7z\" \"$dir\" -Removal",
            "Remove-Item \"$dir\\`$*\" -Force -Recurse"
        ]
    },
    "shortcuts": [
        [
            "WonderPen.exe",
            "WonderPen"
        ]
    ],
    "checkver": {
        "url": "https://www.tominlab.com/wonderpen/downloads/all",
        "regex": "([\\d.]+)\\((?<build>[\\d]+)\\)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://file.tominlab.com/WonderPen/$majorVersion.$minorVersion/WonderPen_win_installer_x64_$version($matchBuild).exe#/dl.7z"
            },
            "32bit": {
                "url": "https://file.tominlab.com/WonderPen/$majorVersion.$minorVersion/WonderPen_win_installer_ia32_$version($matchBuild).exe#/dl.7z"
            },
            "arm64": {
                "url": "https://file.tominlab.com/WonderPen/$majorVersion.$minorVersion/WonderPen_win_installer_arm64_$version($matchBuild).exe#/dl.7z"
            }
        }
    }
}
