{
    "version": "5.3.7",
    "description": ".srt .ass .vtt file translator",
    "homepage": "https://tern.1c7.me",
    "license": {
        "identifier": "Shareware",
        "url": "https://tern.1c7.me/pricing"
    },
    "notes": [
        "The application itself is free to use forever.",
        "However, translation services are billed separately and charged based on actual usage.",
        "For more details on translator service pricing and available plans, please refer to https://doc.tern.1c7.me/folder/pricing."
    ],
    "architecture": {
        "64bit": {
            "url": "https://github.com/1c7/Translate-Subtitle-File/releases/download/v5.3.7/Windows-win32-x64-5.3.7.zip",
            "hash": "78ae47eaa1669579613def311f74600d66bac8835b2103570f545ccbbc5daf1b"
        }
    },
    "pre_install": "Get-ChildItem -Path \"$dir\\*.exe\" | Select-Object -First 1 | Rename-Item -NewName 'Tern-Subtitle File Translator.exe'",
    "shortcuts": [
        [
            "Tern-Subtitle File Translator.exe",
            "Tern-Subtitle File Translator"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/1c7/Translate-Subtitle-File/releases/latest",
        "jsonpath": "$.assets[?(@.name =~ /Windows.+/i)].browser_download_url",
        "regex": "(?i)download/(?<tag>v?([\\d.-]+))/(?<name>[^\"]+)"
    },
    "autoupdate": {
        "url": "https://github.com/1c7/Translate-Subtitle-File/releases/download/$matchTag/$matchName"
    }
}
