desktop-launcher.exe.manifest (1126B)
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?> 2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" 3 xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> 4 <assemblyIdentity 5 version="1.0.0.0" 6 processorArchitecture="*" 7 name="Mozilla.Firefox.DesktopLauncher" 8 type="win32" 9 /> 10 <description>Desktop launcher for Mozilla Firefox</description> 11 <dependency> 12 <dependentAssembly> 13 <assemblyIdentity 14 type="win32" 15 name="Microsoft.Windows.Common-Controls" 16 version="6.0.0.0" 17 processorArchitecture="*" 18 publicKeyToken="6595b64144ccf1df" 19 language="*" 20 /> 21 </dependentAssembly> 22 </dependency> 23 <asmv3:application> 24 <asmv3:windowsSettings> 25 <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware> 26 <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness> 27 </asmv3:windowsSettings> 28 </asmv3:application> 29 </assembly>