{
    "version": "0.6.30",
    "description": "Modern music player focused on streaming from free sources",
    "homepage": "https://nuclear.js.org",
    "license": "AGPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/nukeop/nuclear/releases/download/v0.6.30/nuclear.Setup.0.6.30.exe#/dl.7z",
            "hash": "709921d6a9b704722c9d3f6ae634e3607e390763b397bcf7be12ee37eedf7426",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse"
            ]
        }
    },
    "shortcuts": [
        [
            "Nuclear.exe",
            "Nuclear"
        ]
    ],
    "checkver": {
        "url": "https://api.github.com/repositories/68968979/releases",
        "regex": "/nuclear\\.Setup\\.([\\d.]+)\\.exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/nukeop/nuclear/releases/download/v$version/nuclear.Setup.$version.exe#/dl.7z"
            }
        }
    }
}
