It would be better if we could customize result files names instead of hardcoding 'bundle.result'. Even though 'bundle.result' could be the default value, so we do not break everything.
I'm thinking of something like:
bundle.results({
fileName: 'manifest'
});