{
    "version": "1.0.1.4",
    "description": "Search tool for running apps, browser tabs, in-app content, files and more.",
    "homepage": "https://fluentsearch.net/",
    "license": "Freeware",
    "architecture": {
        "64bit": {
            "url": "https://github.com/adirh3/Fluent-Search/releases/download/1.0.1.4/fluent-search-portable-x64.zip",
            "hash": "56b9c2f3f9a5fcfa163c31b462df3a9f3989ffcc3797baf3ea897d9730f88f8b"
        },
        "arm64": {
            "url": "https://github.com/adirh3/Fluent-Search/releases/download/1.0.1.4/fluent-search-portable-arm64.zip",
            "hash": "10d3d4e207a5de01619bf06228e1569c8c8128f7bb9de7fe7f2c3c1f99b06e34"
        }
    },
    "pre_install": "if([environment]::OSVersion.Version.Major -lt 10) { error 'This app requires Windows 10 or 11'; break }",
    "shortcuts": [
        [
            "FluentSearch.exe",
            "Fluent Search"
        ]
    ],
    "persist": [
        "Blast\\FluentSearchPlugins",
        "Blast\\Settings"
    ],
    "checkver": {
        "github": "https://github.com/adirh3/Fluent-Search"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/adirh3/Fluent-Search/releases/download/$version/fluent-search-portable-x64.zip"
            },
            "arm64": {
                "url": "https://github.com/adirh3/Fluent-Search/releases/download/$version/fluent-search-portable-arm64.zip"
            }
        }
    }
}
