├── .github └── workflows │ └── check.yml ├── manifest.xsd └── muppets.xml /.github/workflows/check.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMuppets/manifests/HEAD/.github/workflows/check.yml -------------------------------------------------------------------------------- /manifest.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMuppets/manifests/HEAD/manifest.xsd -------------------------------------------------------------------------------- /muppets.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMuppets/manifests/HEAD/muppets.xml --------------------------------------------------------------------------------