{
    "version": "5.6.8",
    "description": "Opens required browser based on configuration",
    "homepage": "https://www.aloneguid.uk/projects/bt/",
    "license": "Freeware",
    "architecture": {
        "64bit": {
            "url": "https://github.com/aloneguid/bt/releases/download/5.6.8/bt.zip",
            "hash": "21f8cb7be45fc7317e70d781e398822aa86a08c5e119e92e8dca115cb0d55062"
        }
    },
    "pre_install": [
        "# Portable",
        "New-Item \"$dir\\.portable\" -ItemType File | Out-Null",
        "if (!(Test-Path \"$persist_dir\\config.ini\")) { New-Item \"$dir\\config.ini\" -ItemType File | Out-Null }",
        "if (!(Test-Path \"$persist_dir\\hit_log.csv\")) { New-Item \"$dir\\hit_log.csv\" -ItemType File | Out-Null }"
    ],
    "bin": "bt.exe",
    "shortcuts": [
        [
            "bt.exe",
            "Browser Tamer"
        ]
    ],
    "persist": [
        "config.ini",
        "hit_log.csv"
    ],
    "checkver": {
        "github": "https://github.com/aloneguid/bt"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/aloneguid/bt/releases/download/$version/bt.zip"
            }
        }
    }
}
