{
    "version": "1.5.9331.26720",
    "description": "Steam Account Manager / Switcher",
    "homepage": "https://github.com/rex706/SAM",
    "license": "Unlicense",
    "shortcuts": [
        [
            "SAM.exe",
            "SAM"
        ]
    ],
    "pre_install": [
        "if (Test-Path $persist_dir\\settings\\SAMSettings.ini) {",
        "   Move-item -Path $persist_dir\\settings\\SAMSettings.ini -Destination $dir\\SAMSettings.ini",
        "}"
    ],
    "architecture": {
        "64bit": {
            "url": "https://github.com/rex706/SAM/releases/download/v1.5.9331.26720/SAM.exe",
            "hash": "8144f3ee314de14a028a816280b66f1ce6e4b4ca0e38a1767032273649ceaf08"
        },
        "32bit": {
            "url": "https://github.com/rex706/SAM/releases/download/v1.5.9331.26720/SAM.exe",
            "hash": "8144f3ee314de14a028a816280b66f1ce6e4b4ca0e38a1767032273649ceaf08"
        }
    },
    "persist": "settings",
    "pre_uninstall": [
        "if (Test-Path $dir\\SAMSettings.ini) {",
        "   Move-item -Path $dir\\SAMSettings.ini -Destination $dir\\settings\\SAMSettings.ini",
        "}"
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/rex706/SAM/releases/download/v$version/SAM.exe"
            },
            "32bit": {
                "url": "https://github.com/rex706/SAM/releases/download/v$version/SAM.exe"
            }
        }
    }
}
