{
    "version": "3.0.7",
    "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/terms/privacy"
    },
    "architecture": {
        "64bit": {
            "url": "https://file.tominlab.com/WonderPen/desktop/3.0/WonderPen_win_installer_x64_3.0.7(8252).exe#/dl.7z",
            "hash": "eb6c5319b513ac5cdd289cef3487249ce0f844ed0fdf0f2329a9da16528bbc84"
        },
        "32bit": {
            "url": "https://file.tominlab.com/WonderPen/desktop/3.0/WonderPen_win_installer_ia32_3.0.7(8252).exe#/dl.7z",
            "hash": "d7de57560cf33ce3eaaa54a9b19b53da453fc4b8a4c1a8dd9f28f9f6a88bc6eb"
        },
        "arm64": {
            "url": "https://file.tominlab.com/WonderPen/desktop/3.0/WonderPen_win_installer_arm64_3.0.7(8252).exe#/dl.7z",
            "hash": "ff16b830f7c255d25f66e5953e4772fb6c8ab4f63b272844cc68121553132cea"
        }
    },
    "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/desktop/$majorVersion.$minorVersion/WonderPen_win_installer_x64_$version($matchBuild).exe#/dl.7z"
            },
            "32bit": {
                "url": "https://file.tominlab.com/WonderPen/desktop/$majorVersion.$minorVersion/WonderPen_win_installer_ia32_$version($matchBuild).exe#/dl.7z"
            },
            "arm64": {
                "url": "https://file.tominlab.com/WonderPen/desktop/$majorVersion.$minorVersion/WonderPen_win_installer_arm64_$version($matchBuild).exe#/dl.7z"
            }
        }
    }
}
