{
    "version": "1.9.2",
    "description": "An application built with late night developers in mind.",
    "homepage": "https://alexanderepstein.github.io/Sandman/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/alexanderepstein/Sandman/releases/download/v1.9.2/Sandman.Version.1.9.2.64.Bit.Windows.zip",
            "hash": "5f0b5216d3875aaa5c42c57020aa9f673725d6a6554f4bffa833634d9190e2ae",
            "extract_dir": "Sandman-win32-x64"
        },
        "32bit": {
            "url": "https://github.com/alexanderepstein/Sandman/releases/download/v1.9.2/Sandman.Version.1.9.2.32.Bit.Windows.zip",
            "hash": "894eab2b11a1277884740148febfd7b772aa2018407f9a4086cd4af6b2b1a1bf",
            "extract_dir": "Sandman-win32-ia32"
        }
    },
    "shortcuts": [
        [
            "Sandman.exe",
            "Sandman"
        ]
    ],
    "checkver": {
        "github": "https://github.com/alexanderepstein/Sandman"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/alexanderepstein/Sandman/releases/download/v$version/Sandman.Version.$version.64.Bit.Windows.zip",
                "extract_dir": "Sandman-win32-x64"
            },
            "32bit": {
                "url": "https://github.com/alexanderepstein/Sandman/releases/download/v$version/Sandman.Version.$version.32.Bit.Windows.zip",
                "extract_dir": "Sandman-win32-ia32"
            }
        }
    }
}
