{
    "version": "0.7.0",
    "description": "Limitless, Free Clipboard Manager for Mac and Windows",
    "homepage": "https://www.pastebar.app/",
    "license": "CC-BY-NC-SA-4.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/PasteBar/PasteBarApp/releases/download/v0.7.0/PasteBar_0.7.0_x64-portable.zip",
            "hash": "ed661b9734c4d35d7223437f026359d25d22be6bec0e567882745809005cb9a9"
        },
        "arm64": {
            "url": "https://github.com/PasteBar/PasteBarApp/releases/download/v0.7.0/PasteBar_0.7.0_arm64-portable.zip",
            "hash": "e514999c9f71d5110e7b52fb02afbb6f2f158b18ac98cc8bc3b9ed4c8de19bc6"
        }
    },
    "bin": "PasteBar.exe",
    "shortcuts": [
        [
            "PasteBar.exe",
            "PasteBar"
        ]
    ],
    "checkver": {
        "github": "https://github.com/PasteBar/PasteBarApp"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/PasteBar/PasteBarApp/releases/download/v$version/PasteBar_$version_x64-portable.zip"
            },
            "arm64": {
                "url": "https://github.com/PasteBar/PasteBarApp/releases/download/v$version/PasteBar_$version_arm64-portable.zip"
            }
        }
    }
}
