{
    "version": "12.13.0",
    "description": "A Browser build for keeping the Open, Private and Sustainable Web alive. Based on Mozilla Firefox.",
    "homepage": "https://github.com/Floorp-Projects",
    "license": "MPL-2.0",
    "notes": [
        "To set profile 'Scoop' as *DEFAULT*, or profiles/settings was lost after update:",
        "  - Run 'Floorp Profile Manager', choose 'Scoop' then click 'Start Floorp'.",
        "  - Visit 'about:profiles' page in Floorp to check *DEFAULT* profile.",
        "For details: https://support.mozilla.org/en-US/kb/profile-manager-create-remove-switch-firefox-profiles"
    ],
    "architecture": {
        "64bit": {
            "url": "https://github.com/Floorp-Projects/Floorp-Portable-v2/releases/download/v12.13.0/floorp-windows-x86_64.portable.7z",
            "hash": "a922a5a732e0514518ff04ff8839523aab73d6a30e11259671d1a41bf5368a92"
        }
    },
    "post_install": "floorp.exe -CreateProfile \"Scoop $persist_dir\\data\\profile\\default\"",
    "bin": [
        "floorp-portable.exe",
        "app\\floorp.exe"
    ],
    "shortcuts": [
        [
            "floorp-portable.exe",
            "Floorp"
        ],
        [
            "app\\floorp.exe",
            "Floorp Profile Manager",
            "-P"
        ]
    ],
    "persist": "data",
    "checkver": {
        "github": "https://github.com/Floorp-Projects/Floorp-Portable-v2"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Floorp-Projects/Floorp-Portable-v2/releases/download/v$version/floorp-windows-x86_64.portable.7z",
                "hash": {
                    "url": "$baseurl/checksums.txt",
                    "find": "$sha256\\s+$basename"
                }
            }
        }
    }
}
