{
    "version": "2.4.0.0",
    "description": "Fixes the missing 'Drag & Drop to the Taskbar' support in Windows 11.",
    "homepage": "https://github.com/HerMajestyDrMona/Windows11DragAndDropToTaskbarFix",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/HerMajestyDrMona/Windows11DragAndDropToTaskbarFix/releases/download/v.2.4.0.0-release/Windows11DragAndDropToTaskbarFix.exe",
            "hash": "e228647ceaaa3f72ca263a014a5bdc9f2f9be350495bcd6822c1b3bd844a15a7"
        }
    },
    "pre_install": [
        "if (!(Test-Path \"$persist_dir\\Windows11DragAndDropToTaskbarFixConfig.txt\")) {",
        "   New-Item \"$dir\\Windows11DragAndDropToTaskbarFixConfig.txt\" | Out-Null",
        "$cont = @\"",
        "//Should the program run automatically on system startup? 1 = true, 0 = false.",
        "AutomaticallyRunThisProgramOnStartup=1",
        "StartThisProgramAsAdministrator=0",
        "//For more configuration options, please visit: https://github.com/HerMajestyDrMona/Windows11DragAndDropToTaskbarFix/blob/main/CONFIGURATION.md",
        "\"@",
        "   Set-Content -Path \"$dir\\Windows11DragAndDropToTaskbarFixConfig.txt\" -Value $cont | Out-Null",
        "}"
    ],
    "shortcuts": [
        [
            "Windows11DragAndDropToTaskbarFix.exe",
            "Windows 11 Drag & Drop to the Taskbar (Fix)"
        ]
    ],
    "persist": "Windows11DragAndDropToTaskbarFixConfig.txt",
    "checkver": {
        "url": "https://github.com/HerMajestyDrMona/Windows11DragAndDropToTaskbarFix/releases",
        "regex": "v.([\\d.]+)-release"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/HerMajestyDrMona/Windows11DragAndDropToTaskbarFix/releases/download/v.$version-release/Windows11DragAndDropToTaskbarFix.exe"
            }
        }
    }
}
