{
    "version": "0.8.2",
    "description": "Modern offline Kanban board app built with simplicity and user experience in mind.",
    "homepage": "https://www.kanriapp.com",
    "license": "GPL-3.0",
    "notes": [
        "Settings are stored in '%APPDATA%\\tech.trobonox.kanri', and are not persisted by Scoop.",
        "For details see FAQ: https://www.kanriapp.com/getting-started/faq#where-is-my-data-saved-can-i-change-the-location"
    ],
    "architecture": {
        "64bit": {
            "url": "https://github.com/trobonox/kanri/releases/download/app-v0.8.2/kanri_0.8.2_x64_en-US.msi",
            "hash": "61aa3d12418c09afd75736f4b0cb665373b61782142f037ee309cd586f7d43c9"
        }
    },
    "extract_dir": "PFiles\\kanri",
    "shortcuts": [
        [
            "kanri.exe",
            "Kanri"
        ]
    ],
    "checkver": {
        "github": "https://github.com/trobonox/kanri",
        "regex": "app-v(?<version>[\\d\\w.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/trobonox/kanri/releases/download/app-v$version/kanri_$version_x64_en-US.msi"
            }
        }
    }
}
