{
    "version": "1.1.7",
    "description": "Flash Browser",
    "homepage": "https://github.com/Mzying2001/CefFlashBrowser",
    "license": {
        "identifier": "MIT",
        "url": "https://github.com/Mzying2001/CefFlashBrowser/blob/master/LICENSE"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/Mzying2001/CefFlashBrowser/releases/download/1.1.7/FlashBrowser_x64_v1.1.7.zip",
            "hash": "b590beffbc6f7f6efe70c37143d99cdfb9716d3e19b5ce8364396a914a17f309"
        },
        "32bit": {
            "url": "https://github.com/Mzying2001/CefFlashBrowser/releases/download/1.1.7/FlashBrowser_x86_v1.1.7.zip",
            "hash": "cdb5b4750be0fd52d5320caf8ace450b0d8da77fc17864943a778ba6bcfcdc9a"
        }
    },
    "bin": "CefFlashBrowser.exe",
    "shortcuts": [
        [
            "CefFlashBrowser.exe",
            "CefFlashBrowser"
        ]
    ],
    "persist": "Caches",
    "checkver": {
        "github": "https://api.github.com/repos/Mzying2001/CefFlashBrowser/releases/latest",
        "jsonpath": "$..browser_download_url",
        "regex": "download/(?<tag>[\\d.]+)/FlashBrowser_x64_v([\\d.]+)\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Mzying2001/CefFlashBrowser/releases/download/$matchTag/FlashBrowser_x64_v$version.zip"
            },
            "32bit": {
                "url": "https://github.com/Mzying2001/CefFlashBrowser/releases/download/$matchTag/FlashBrowser_x86_v$version.zip"
            }
        }
    }
}
