{
    "version": "1.3.0",
    "description": "NFO File Viewer",
    "homepage": "https://infekt.ws/",
    "license": "GPL-2.0-only",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://syndicode.org/infekt/downloads/v1.3.0/iNFekt-v1.3.0-64bit-Portable.rar",
            "hash": "673b3af9ed0e3dc42c6c2cd8308a815fcc3141c2d97ee9e4fa88e182ac56898e",
            "extract_dir": "iNFekt-64bit-Portable",
            "shortcuts": [
                [
                    "infekt-win64.exe",
                    "iNFekt NFO Viewer"
                ]
            ]
        },
        "32bit": {
            "url": "https://syndicode.org/infekt/downloads/v1.3.0/iNFekt-v1.3.0-32bit-Portable.rar",
            "hash": "e5ed5f69cdc2a1b46e195e5e30bbcd9ac428b295dc9c0a974ae3b864c4924f2a",
            "extract_dir": "iNFekt-32bit-Portable",
            "shortcuts": [
                [
                    "infekt-win32.exe",
                    "iNFekt NFO Viewer"
                ]
            ]
        }
    },
    "bin": "infekt-cmd.exe",
    "persist": "portable.ini",
    "checkver": "Current version: <strong>([\\d.]+)</strong>",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://syndicode.org/infekt/downloads/v$version/iNFekt-v$version-64bit-Portable.rar"
            },
            "32bit": {
                "url": "https://syndicode.org/infekt/downloads/v$version/iNFekt-v$version-32bit-Portable.rar"
            }
        },
        "hash": {
            "url": "$baseurl/hashes.sha256"
        }
    }
}
