{
    "version": "3.0.1",
    "description": "A node-based visual tool for organizing thoughts and notes in a non-linear way.",
    "homepage": "https://graphif.dev",
    "license": {
        "identifier": "Proprietary",
        "url": "https://graphif.dev/docs/app/misc/terms"
    },
    "suggest": {
        "Microsoft Edge WebView2": "extras/webview2"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/graphif/project-graph/releases/download/v3.0.1/Project.Graph_3.0.1_x64-setup.exe#/dl.7z",
            "hash": "4b2322933db33f8225cd9dedf6cbeaa4659cfd71952deeab17b68c040940167d"
        }
    },
    "post_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse -ErrorAction Ignore",
    "shortcuts": [
        [
            "project-graph.exe",
            "Project Graph"
        ]
    ],
    "checkver": {
        "github": "https://github.com/LiRenTech/project-graph"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/graphif/project-graph/releases/download/v$version/Project.Graph_$version_x64-setup.exe#/dl.7z"
            }
        }
    }
}
