{
    "version": "2.1.2",
    "description": "LWP allows You to create multi-layered parallax wallpapers.",
    "homepage": "https://github.com/jszczerbinsky/lwp",
    "license": "MIT",
    "notes": [
        "Add to startup:",
        "New-ItemProperty -Path HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Run -Name Lwp -PropertyType String -Value \"$dir\\lwp.exe\"",
        "",
        "Remove from startup:",
        "Remove-ItemProperty -Path HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Run -Name Lwp"
    ],
    "architecture": {
        "64bit": {
            "url": "https://github.com/jszczerbinsky/lwp/releases/download/v2.1.2/Layered.WallPaper-v2.1.2-Win-x86_64.exe#/dl.7z",
            "hash": "991d40fee7b31ea1986bf327be8e169cac3a479cc567f1c04484dbb817d6bea6"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Unins*\" -Force -Recurse",
    "bin": "lwp.exe",
    "persist": [
        [
            "defaultWin.cfg",
            "lwp.cfg"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/jszczerbinsky/lwp/releases/download/v$version/Layered.WallPaper-v$version-Win-x86_64.exe#/dl.7z"
            }
        }
    }
}
