{
    "version": "0.5.8.0",
    "description": "Mouse gesture recognition utility for Windows which allows you to create powerful mouse gestures that save you time.",
    "homepage": "https://www.strokesplus.net",
    "license": {
        "identifier": "Freeware",
        "url": "https://www.strokesplus.net/FAQ"
    },
    "url": "https://www.strokesplus.net/StrokesPlus.net_Portable_0.5.8.0.zip",
    "hash": "1a9f21e62a60f1a3f4475bb813756b4d16f9c714f3b21a9c317d14a46a6c939f",
    "pre_install": "if (!(Test-Path \"$persist_dir\\strokesplussettings.json\")) { Copy-Item \"$dir\\Default_StrokesPlus.net.json\" \"$dir\\strokesplussettings.json\" }",
    "shortcuts": [
        [
            "StrokesPlus.net.exe",
            "StrokesPlus.net",
            "settingsfile=\"$dir\\strokesplussettings.json\""
        ]
    ],
    "persist": "strokesplussettings.json",
    "pre_uninstall": [
        "# The following must be done as StrokesPlus deletes the original file which was linked to the persist folder when it saves settings, rather than editing the file.",
        "Copy-Item \"$dir\\strokesplussettings.json\" \"$persist_dir\\strokesplussettings.json\""
    ],
    "checkver": {
        "regex": "StrokesPlus.net_Portable_([\\d.]+)\\.zip"
    },
    "autoupdate": {
        "url": "https://www.strokesplus.net/StrokesPlus.net_Portable_$version.zip"
    }
}
