aaa
# cat winget_manifest.json | jq ".properties | keys"
[
"Author",
"Capabilities",
"Channel",
"Commands",
"Copyright",
"CopyrightUrl",
"Dependencies",
"Description",
"FileExtensions",
"InstallModes",
"InstallerLocale",
"InstallerSuccessCodes",
"InstallerSwitches",
"InstallerType",
"Installers",
"License",
"LicenseUrl",
"ManifestType",
"ManifestVersion",
"MinimumOSVersion",
"Moniker",
"PackageFamilyName",
"PackageIdentifier",
"PackageLocale",
"PackageName",
"PackageUrl",
"PackageVersion",
"Platform",
"PrivacyUrl",
"ProductCode",
"Protocols",
"Publisher",
"PublisherSupportUrl",
"PublisherUrl",
"RestrictedCapabilities",
"Scope",
"ShortDescription",
"Tags",
"UpgradeBehavior"
]