{
    "version": "11.8.3.8520",
    "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://rizonesoft.com/?gdm_process_download=1&download_id=18327#/firemin.exe",
    "hash": "68feaa9da6a48a1c25e6661fa518c262f0609d0add215c15befbceaacf1c488b",
    "innosetup": true,
    "architecture": {
        "64bit": {
            "pre_install": [
                "Get-ChildItem -Path \"$dir\\*,1.*\" -Recurse | Rename-Item -NewName { $_.Name -replace ',1\\.', '.' }",
                "Get-ChildItem -Path $dir -Include '*,2.*', 'source' -Recurse | Remove-Item -Recurse -Force -ErrorAction SilentlyContinue"
            ]
        },
        "32bit": {
            "pre_install": [
                "Get-ChildItem -Path \"$dir\\*,2.*\" -Recurse | Rename-Item -NewName { $_.Name -replace ',2\\.', '.' }",
                "Get-ChildItem -Path $dir -Include '*,1.*', 'source' -Recurse | Remove-Item -Recurse -Force -ErrorAction SilentlyContinue"
            ]
        }
    },
    "shortcuts": [
        [
            "Firemin.exe",
            "Firemin"
        ]
    ],
    "persist": "Firemin.ini",
    "checkver": "(?msi)Version:.+>([\\d.]+)<.+href=\"https://(www\\.)?rizonesoft.com/(?<url>[^\"]+)\".+title=\"Firemin\"",
    "autoupdate": {
        "url": "https://rizonesoft.com/$matchUrl#/firemin.exe"
    }
}
