| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Windows/SystemApps/InputApp_cw5n1h2txyewy/ |
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:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
xmlns:wincap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/windowscapabilities"
IgnorableNamespaces="uap mp rescap wincap">
<Identity Name="InputApp"
Publisher="CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
Version="1000.17763.6054.0"
ResourceId="neutral"/>
<mp:PhoneIdentity PhoneProductId="5164e78f-f22e-4a47-a512-4004e5f8f489"
PhonePublisherId="862844e6-94eb-4a91-b50c-ac5e3abf9aab" />
<Properties>
<DisplayName>Shell Input Application</DisplayName>
<PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
<uap:SupportedUsers>multiple</uap:SupportedUsers>
</Properties>
<Dependencies>
<TargetDeviceFamily
Name="Windows.Universal"
MinVersion="10.0.0.0"
MaxVersionTested="1000.17763.6054.0" />
</Dependencies>
<Resources>
<Resource Language="en-us" />
</Resources>
<Applications>
<Application Id="App"
Executable="WindowsInternal.ComposableShell.Experiences.TextInput.InputApp.exe"
EntryPoint="WindowsInternal.ComposableShell.Experiences.TextInput.InputApp.App">
<uap:VisualElements DisplayName="Microsoft Text Input Application"
Square150x150Logo="Assets\SquareLogo150x150.png"
Square44x44Logo="Assets\SquareLogo44x44.png"
Description="InputApp"
BackgroundColor="transparent"
AppListEntry="none">
<uap:DefaultTile Wide310x150Logo="Assets\WideLogo310x150.png">
</uap:DefaultTile>
<uap:SplashScreen Image="Assets\SplashScreen.png" />
</uap:VisualElements>
<Extensions>
<uap:Extension Category="windows.protocol">
<uap:Protocol Name="ms-inputapp" DesiredView="useMinimum">
<uap:DisplayName>Input App</uap:DisplayName>
</uap:Protocol>
</uap:Extension>
<uap3:Extension Category="windows.appExtensionHost">
<uap3:AppExtensionHost>
<uap3:Name>com.microsoft.sticker.extension</uap3:Name>
</uap3:AppExtensionHost>
</uap3:Extension>
</Extensions>
</Application>
</Applications>
<Capabilities>
<uap:Capability Name="contacts" />
<Capability Name="internetClient" />
<rescap:Capability Name="activitySystem" />
<rescap:Capability Name="inputInjection" />
<rescap:Capability Name="registryRead" />
<!-- protectedApp makes the app to run in PPL. This ensures that the app is protected from tampering by processes running at a higher intergrity level.
See Deliverable 40662442 (http://osgvsowi/40662442) for the details of security considerations. -->
<rescap:Capability Name="protectedApp" />
<wincap:Capability Name="cloudStore" />
<wincap:Capability Name="imeSystem" />
<wincap:Capability Name="packageContents" />
<wincap:Capability Name="shellExperience" />
<wincap:Capability Name="systemRegistrar" />
</Capabilities>
</Package>