{
    "version": "2022.2.5",
    "description": "Multi-connections download manager",
    "homepage": "https://github.com/firedm/FireDM",
    "license": "LGPL-3.0-only",
    "url": [
        "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/firedm/FireDM_2022.2.5.7z.001",
        "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/firedm/FireDM_2022.2.5.7z.002"
    ],
    "hash": [
        "056b0fb5a0af2920ba2fd17146ceac93dc000771fff795f4a987c29da6507f58",
        "43df321b3bf018e155133b67e7bb8e542ffe7afe016fb40d01a74ac70a3855bc"
    ],
    "extract_dir": "FireDM",
    "pre_install": [
        "'downloads.dat', 'thumbnails.dat', 'user_themes.cfg' | ForEach-Object {",
        "    if (!(Test-Path \"$persist_dir\\$_\")) { New-Item \"$dir\\$_\" -ItemType File | Out-Null }",
        "}",
        "if (!(Test-Path \"$persist_dir\\setting.cfg\")) {",
        "    Set-Content \"$dir\\setting.cfg\" -Value '{ \"check_for_update\": false }' -Encoding Ascii",
        "}"
    ],
    "persist": [
        "downloads.dat",
        "setting.cfg",
        "thumbnails.dat",
        "user_themes.cfg"
    ],
    "bin": "firedm.exe",
    "shortcuts": [
        [
            "FireDM-GUI.exe",
            "FireDM-GUI"
        ]
    ]
}
