{
    "version": "11.8.3.8398",
    "description": "Utility to reduce the memory usage of Firefox or other browsers",
    "homepage": "https://www.rizonesoft.com/downloads/firemin/",
    "license": "GPL-3.0-or-later",
    "url": "https://www.rizonesoft.com/mimnaa/10543/?tmstv=1698812482#/dl.zip",
    "hash": "358ffca3fbf69648034180c6a4c05d8c16017b5568e340fd25f687e9862b68c7",
    "extract_dir": "Firemin_8398",
    "architecture": {
        "64bit": {
            "pre_install": "Move-Item \"$dir\\Firemin_X64.exe\" 'Firemin.exe' -Force"
        },
        "32bit": {
            "post_install": "Remove-Item \"$dir\\Firemin_X64.exe\""
        }
    },
    "shortcuts": [
        [
            "Firemin.exe",
            "Firemin"
        ]
    ],
    "persist": "Firemin.ini",
    "checkver": "(?sm)Portable version.*?title=\"Version.*?([\\d.]+)\".*?href=\"(?<link>.*?)\"",
    "autoupdate": {
        "url": "$matchLink#/dl.zip",
        "extract_dir": "Firemin_$buildVersion"
    }
}
