{
    "version": "3.0.0",
    "description": "Notepad for effortless note-taking — featuring rich text editing, multiple tabs, cloud sync, and built-in support for Mermaid/PlantUML diagrams, tables, code blocks, and more.",
    "homepage": "https://fylepad.vercel.app",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/imrofayel/fylepad/releases/download/app-v3.0.0/fylepad_3.0.0_x64_en-US.msi",
            "hash": "69a12bf6cd7799394429ffad177267cb6e246bfe61fd033cc8bbd747c3523d3b"
        }
    },
    "extract_dir": "PFiles\\fylepad",
    "shortcuts": [
        [
            "fylepad.exe",
            "fylepad"
        ]
    ],
    "checkver": {
        "github": "https://github.com/imrofayel/fylepad",
        "regex": "app-v([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/imrofayel/fylepad/releases/download/app-v$version/fylepad_$version_x64_en-US.msi"
            }
        }
    }
}
