<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Manifest file - Page 9 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Manifest_file&amp;p=8">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Manifest_file&amp;p=10">3.Next</a>
</p>
<p>parts: Security and dependency. The security part says that the application requires "asInvoker" security level; that is, it can be operated at whatever security level it is executed. The dependency part says the application needs a component called "Microsoft.VC90.CRT" with version number "9.0.21022.8".<syntaxhighlight lang="xml"><?xml version='1.0' encoding='UTF-8' standalone='yes'?><assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">    <security>      <requestedPrivileges>                <requestedExecutionLevel level='asInvoker' uiAccess='false' />      </requestedprivileges>    </security>  </trustinfo>  <dependency>    <dependentAssembly>            <assemblyIdentity type='win32' name='Microsoft.VC90.CRT' version='9.0.21022.8' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />    </dependentassembly>  </dependency></assembly></?xml></syntaxhighlight></p>

<p><big>HTML5 cache manifest</big></p><p>
<a accesskey="1" href="page.php?w=Manifest_file&amp;p=8">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Manifest_file&amp;p=10">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
