chromium/chrome/test/data/extensions/good_ordered_app_tags_update_manifest.xml

<?xml version='1.0' encoding='UTF-8'?>
<!--
  This update manifest points to multiple versions of the extension. It is meant to be used
  with a URLRequestMockHTTPJob, and the hostname must be kept in sync.
-->
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
   <app appid='ldnnhddmnhbkjipkidpdiheffobcpfmf'>
    <updatecheck codebase='http://update.extension/extensions/good3.crx'
                 version='2.0.0.0' prodversionmin='999999.99' />
   </app>
   <app appid='ldnnhddmnhbkjipkidpdiheffobcpfmf'>
    <updatecheck codebase='http://update.extension/extensions/good_v1.crx'
                 version='1.0.0.0' />
   </app>
   <app appid='ldnnhddmnhbkjipkidpdiheffobcpfmf'>
    <updatecheck codebase='http://update.extension/extensions/good2.crx'
                 version='1.0.0.1' prodversionmin='80.0' />
   </app>
</gupdate>