{
    "version": "7.7.2",
    "description": "The Simple SMTP Desktop Email Receiver",
    "homepage": "https://github.com/ChangemakerStudios/Papercut-SMTP",
    "license": "Apache-2.0",
    "suggest": {
        ".NET Desktop Runtime 9.0": "versions/windowsdesktop-runtime-9.0"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/ChangemakerStudios/Papercut-SMTP/releases/download/7.7.2/PapercutSMTP-win-x64-stable-Portable.zip",
            "hash": "4250217e0d7c62fc1999959b2f6638e0786b4984a91986c94c8a0a05749e211e"
        },
        "32bit": {
            "url": "https://github.com/ChangemakerStudios/Papercut-SMTP/releases/download/7.7.2/PapercutSMTP-win-x86-stable-Portable.zip",
            "hash": "01dcd9600a5df80f0306e6a3b6a7bb2cb7548eb18aac15a332653265190e39f7"
        },
        "arm64": {
            "url": "https://github.com/ChangemakerStudios/Papercut-SMTP/releases/download/7.7.2/PapercutSMTP-win-arm64-stable-Portable.zip",
            "hash": "f6475db1150b66d9a37ba39d5df17a2d3afdd5dc8582f5caff48a75dbd564de7"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\rules.json\")) { Set-Content \"$dir\\rules.json\" '[]' -Encoding Ascii }",
    "shortcuts": [
        [
            "Papercut SMTP.exe",
            "Papercut"
        ]
    ],
    "persist": [
        "Incoming",
        "Logs",
        "rules.json"
    ],
    "checkver": {
        "github": "https://github.com/ChangemakerStudios/Papercut-SMTP"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/ChangemakerStudios/Papercut-SMTP/releases/download/$version/PapercutSMTP-win-x64-stable-Portable.zip"
            },
            "32bit": {
                "url": "https://github.com/ChangemakerStudios/Papercut-SMTP/releases/download/$version/PapercutSMTP-win-x86-stable-Portable.zip"
            },
            "arm64": {
                "url": "https://github.com/ChangemakerStudios/Papercut-SMTP/releases/download/$version/PapercutSMTP-win-arm64-stable-Portable.zip"
            }
        }
    }
}
