{
    "version": "1.1",
    "description": "Easily drag windows when pressing the Alt key",
    "homepage": "https://stefansundin.github.io/altdrag/",
    "license": "GPL-3.0-or-later",
    "notes": [
        "AltDrag has not been updated since 2015. It may not work as intended under latest Windows versions.",
        "We suggest installing 'extras/altsnap', a maintained fork of AltDrag, for better experience."
    ],
    "url": "https://github.com/stefansundin/altdrag/releases/download/v1.1/AltDrag-1.1.zip",
    "hash": "5e1cf4fd8bfbdeca672cd53141019471b344317c81fdefe1ae9cb3f96183bdf9",
    "extract_dir": "AltDrag",
    "pre_install": [
        "if (!(Test-Path \"$persist_dir\\AltDrag.ini\")) {",
        "    (Get-Content \"$dir\\AltDrag.ini\") -replace 'CheckOnStartup=1', 'CheckOnStartup=0' | Set-Content \"$dir\\AltDrag.ini\" -Encoding ASCII",
        "}"
    ],
    "shortcuts": [
        [
            "AltDrag.exe",
            "AltDrag"
        ]
    ],
    "persist": "AltDrag.ini"
}
