I don't think that Zend Framework has any support for the generation of HTML5 Manifest files. How should I go about creating one? I'm assuming I should create a specialized controller to generate it.
Maybe a plugin is more what you need, although you'll still need to have some way to register all your static content but you can use the script and style view helpers to extract some of that information.