{
    "version": "0.3.8",
    "description": "A simple editor whose goal is to get out of your way and let you do work.",
    "homepage": "https://github.com/focus-editor/focus",
    "license": "GPL-3.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/focus-editor/focus/releases/download/0.3.8/focus.exe",
            "hash": "e0cbf326bc80bfe7cbdee49d2e38f4dfd3d4ee9bd4556b0b03de925049fc4aef"
        }
    },
    "installer": {
        "script": [
            "#start editor once, to create default files and folders",
            "$app_process = Start-Process \"$dir\\focus.exe\" -PassThru -WindowStyle Hidden; start-sleep 2; $app_process | stop-process -force"
        ]
    },
    "bin": [
        "focus.exe",
        [
            "focus.exe",
            "focus-editor"
        ]
    ],
    "shortcuts": [
        [
            "focus.exe",
            "Focus Editor"
        ]
    ],
    "persist": [
        "global.focus-config",
        "projects"
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/focus-editor/focus/releases/download/$version/focus.exe"
            }
        }
    }
}
