{
    "version": "2.5",
    "description": "Screenshot Tool",
    "homepage": "https://lightscreen.com.ar",
    "license": "GPL-2.0-only",
    "url": "https://github.com/ckaiser/Lightscreen/releases/download/v2.5/LightscreenSetup-2.5.exe",
    "hash": "626479bfd6b160df9be29ff169937575e371b50d258c2ad51bf4dcbd8e8251aa",
    "installer": {
        "script": [
            "Expand-InnoArchive \"$dir\\$fname\" -ExtractDir '{code_GetInstallDir}' -Removal",
            "Copy-Item \"$persist_dir\\config.ini\" \"$dir\" -ErrorAction SilentlyContinue -Force"
        ]
    },
    "uninstaller": {
        "script": "Copy-Item \"$dir\\config.ini\" \"$persist_dir\" -Force"
    },
    "bin": "lightscreen.exe",
    "shortcuts": [
        [
            "lightscreen.exe",
            "Lightscreen"
        ]
    ],
    "persist": "Screenshots",
    "checkver": {
        "github": "https://github.com/ckaiser/Lightscreen"
    },
    "autoupdate": {
        "url": "https://github.com/ckaiser/Lightscreen/releases/download/v$version/LightscreenSetup-$version.exe"
    }
}
