{
    "version": "2.4.7",
    "description": "Computer screen gamma adjuster based on the current time",
    "homepage": "https://github.com/Tyrrrz/LightBulb",
    "license": "GPL-3.0-or-later",
    "suggest": {
        ".NET Desktop Runtime": "extras/windowsdesktop-runtime"
    },
    "url": "https://github.com/Tyrrrz/LightBulb/releases/download/2.4.7/LightBulb.zip",
    "hash": "9a38d245e4dd522ed226081812b4957b044cc0d561998670837796141064bbe7",
    "pre_install": [
        "if (!(Test-Path \"$persist_dir\\Settings.json\")) {",
        "    if (Test-Path \"$persist_dir\\Configuration.dat\") { warn 'Configuration from version 1 is not compatile with version 2!' }",
        "    Set-Content \"$dir\\Settings.json\" -Value '{ \"IsAutoUpdateEnabled\": false }' -Encoding Ascii",
        "}"
    ],
    "bin": "LightBulb.exe",
    "shortcuts": [
        [
            "LightBulb.exe",
            "LightBulb"
        ]
    ],
    "persist": "Settings.json",
    "checkver": {
        "url": "https://api.github.com/repositories/78772975/tags",
        "regex": "tags/([\\d.]+)"
    },
    "autoupdate": {
        "url": "https://github.com/Tyrrrz/LightBulb/releases/download/$version/LightBulb.zip"
    }
}
