|
Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 System : Windows NT SERVER-PC 10.0 build 26200 (Windows 11) AMD64 User : ServerPC ( 0) PHP Version : 8.2.12 Disable Function : NONE Directory : C:/Windows/SystemApps/Microsoft.MicrosoftEdgeDevToolsClient_8wekyb3d8bbwe/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?>
<Package
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
xmlns:uap4="http://schemas.microsoft.com/appx/manifest/uap/windows10/4" IgnorableNamespaces="uap uap3 mp">
<!--
Manual versioning is used for this app.
Appx version should be in sync with version used for the app name in Microsoft-Windows-MicrosoftEdgeDevToolsClient.AppxSetup.man
See https://osgwiki.com/wiki/System_Apps#Servicing
-->
<Identity Name="Microsoft.MicrosoftEdgeDevToolsClient" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="1000.25128.1000.0" ResourceId="neutral"/>
<Properties>
<DisplayName>ms-resource:DisplayName</DisplayName>
<Description>ms-resource:Description</Description>
<PublisherDisplayName>ms-resource:PublisherDisplayName</PublisherDisplayName>
<Logo>Assets/F12-package_50.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.15063.0" MaxVersionTested="12.0.0.0" />
</Dependencies>
<Resources>
<Resource Language="en-us" />
</Resources>
<Applications>
<Application Id="App">
<uap:VisualElements AppListEntry="none" DisplayName="ms-resource:TileDisplayName" Square150x150Logo="Assets/F12-package_150.png" Square44x44Logo="Assets/packageAssets/F12-package_44.png" Description="ms-resource:Description" BackgroundColor="#000000"></uap:VisualElements>
<Extensions>
<uap3:Extension Category="windows.appExtension">
<uap3:AppExtension Name="com.microsoft.edge.f12" Id="MicrosoftEdgeDevToolsClient" PublicFolder="23" DisplayName="MicrosoftEdgeDevToolsClient"></uap3:AppExtension>
</uap3:Extension>
</Extensions>
</Application>
</Applications>
</Package>