{
    "version": "2.6",
    "description": "Yet Another RSS Reader, a web-based feed aggregator",
    "homepage": "https://github.com/nkanaev/yarr",
    "license": "MIT",
    "notes": [
        "yarr is a server and will continue to run in the background unless manually stopped.",
        "Check the system tray for the yarr icon."
    ],
    "architecture": {
        "64bit": {
            "url": "https://github.com/nkanaev/yarr/releases/download/v2.6/yarr_windows_amd64_gui.zip",
            "hash": "c1a2a88ee95fabb489b1ef4cb8ae08fa988d24923faa265e427599ba6df48a9d"
        }
    },
    "shortcuts": [
        [
            "yarr.exe",
            "yarr",
            "-open"
        ]
    ],
    "env_set": {
        "YARR_DB": "$dir\\data\\storage.db",
        "YARR_LOGFILE": "$dir\\data\\yarr.log"
    },
    "persist": "data",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/nkanaev/yarr/releases/download/v$version/yarr_windows_amd64_gui.zip"
            }
        }
    }
}
