manifest.json

{
    "version": "0.0.1",
    "description": "A bash style \"cd\" to replace Set-Location",
    "homepage": "https://github.com/amorphobia/posh-cd",
    "license": "AGPL-3.0",
    "url": "https://github.com/amorphobia/posh-cd/archive/v0.0.1.zip",
    "hash": "a90e5e5379fbfdd26bb59fd75512345678173bff8bea06a03d93681740bc95b4",
    "extract_dir": "posh-cd-0.0.1\\src",
    "psmodule": {
        "name": "posh-cd"
    },
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/amorphobia/posh-cd/archive/v$version.zip",
        "extract_dir": "posh-cd-$version\\src"
    }
}