{
    "version": "2.42.7",
    "description": "Exports Discord chat logs to a file",
    "homepage": "https://github.com/Tyrrrz/DiscordChatExporter",
    "license": "GPL-3.0-only",
    "suggest": {
        ".NET Desktop Runtime": "extras/windowsdesktop-runtime",
        "vcredist": "extras/vcredist2022"
    },
    "url": "https://github.com/Tyrrrz/DiscordChatExporter/releases/download/2.42.7/DiscordChatExporter.zip",
    "hash": "d61b545c367a3c42ec3a0ec87af96ab7cf97cff9d0ee28e1548ca3472007ff54",
    "pre_install": "if(!(Test-Path \"$persist_dir\\Settings.dat\")) { New-Item \"$dir\\Settings.dat\" -Value '{}' | Out-Null }",
    "bin": "DiscordChatExporter.exe",
    "shortcuts": [
        [
            "DiscordChatExporter.exe",
            "Discord Chat Exporter"
        ]
    ],
    "persist": "Settings.dat",
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/Tyrrrz/DiscordChatExporter/releases/download/$version/DiscordChatExporter.zip"
    }
}
