tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

xpcshell.exe.manifest (1498B)


      1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
      2 
      3 <!-- This Source Code Form is subject to the terms of the Mozilla Public
      4    - License, v. 2.0. If a copy of the MPL was not distributed with this file,
      5    - You can obtain one at http://mozilla.org/MPL/2.0/.  -->
      6 
      7 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
      8 <assemblyIdentity
      9         version="1.0.0.0"
     10         processorArchitecture="*"
     11         name="Mozilla.xpcshell"
     12         type="win32"
     13 />
     14 <description>XPConnect Shell</description>
     15 <dependency>
     16         <dependentAssembly>
     17                 <assemblyIdentity
     18                         type="win32"
     19                         name="mozglue"
     20                         version="1.0.0.0"
     21                         language="*"
     22                 />
     23         </dependentAssembly>
     24 </dependency>
     25 <ms_asmv3:trustInfo xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3">
     26   <ms_asmv3:security>
     27     <ms_asmv3:requestedPrivileges>
     28       <ms_asmv3:requestedExecutionLevel level="asInvoker" uiAccess="false" />
     29     </ms_asmv3:requestedPrivileges>
     30   </ms_asmv3:security>
     31 </ms_asmv3:trustInfo>
     32   <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
     33     <application>
     34       <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
     35       <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
     36       <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
     37       <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
     38     </application>
     39   </compatibility>
     40 </assembly>