Template/Toolbox/Template/chocoAppTemplate/chocoAppManifest.psd1

#
# choco app manifest
#
@{
    # The name of the app. If not specified, will use the folder name.
    Name = ""

    # The choco config
    Config = "default.psd1"

    # The post script to invoke after the config has been installed.
    PostScript = ""
}