{
    "version": "1.3.3.0",
    "description": "Manage and download manga from various websites.",
    "homepage": "https://github.com/fmd-project-team/FMD",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/fmd-project-team/FMD/releases/download/1.3.3.0/fmd_1.3.3.0_x86_64-win64.7z",
            "hash": "923abaabc7e6bc7e2a030269c7df5f0ac4a0adc24c03b83262fefa0c026c0421"
        },
        "32bit": {
            "url": "https://github.com/fmd-project-team/FMD/releases/download/1.3.3.0/fmd_1.3.3.0_i386-win32.7z",
            "hash": "751e2fa82810198b55450667a06bf1f7d7e28dbb3b266c2047f72d0321d1fb7a"
        }
    },
    "bin": "fmd.exe",
    "shortcuts": [
        [
            "fmd.exe",
            "Free Manga Downloader"
        ]
    ],
    "persist": [
        "config",
        "lua",
        "works"
    ],
    "checkver": {
        "url": "https://raw.githubusercontent.com/fmd-project-team/FMD/master/update",
        "regex": "VERSION=([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/fmd-project-team/FMD/releases/download/$version/fmd_$version_x86_64-win64.7z"
            },
            "32bit": {
                "url": "https://github.com/fmd-project-team/FMD/releases/download/$version/fmd_$version_i386-win32.7z"
            }
        }
    }
}
