<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Package IgnorableNamespaces="uap uap2 uap3 rescap desktop desktop4 desktop5 uap10 com systemai" xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4" xmlns:desktop5="http://schemas.microsoft.com/appx/manifest/desktop/windows10/5" xmlns:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10" xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10" xmlns:systemai="http://schemas.microsoft.com/appx/manifest/systemai/windows10">


    
    
    
    <Identity Name="aimgr" Version="0.20.47.0" ProcessorArchitecture="x64" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"/>

    
    <Properties>
        
        <DisplayName>Local AI Manager for Microsoft 365</DisplayName>

        
        <PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>

        
        <Logo>Assets\storelogo.png</Logo>

        
        
        
        <uap10:AllowExternalContent>true</uap10:AllowExternalContent>
    </Properties>

    
    <Resources>
        
        <Resource Language="en-us"/>
    </Resources>

    
    <Dependencies>
        
        
        
        
        
        <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19000.0" MaxVersionTested="65535.65535.65535.65535"/>
    </Dependencies>

    
    
    <Capabilities>
        
        
        <rescap:Capability Name="runFullTrust"/>

        
        
        <rescap:Capability Name="unvirtualizedResources"/>

        
        
        <rescap:Capability Name="sharedUserCertificates"/>

        
        
        
        <systemai:Capability Name="systemAIModels"/>
    </Capabilities>

    
    <Applications>
        
        
        
        <Application Id="aimgr" Executable="aimgr.exe" uap10:RuntimeBehavior="win32App" uap10:TrustLevel="mediumIL">
            
            <uap:VisualElements AppListEntry="none" DisplayName="Local AI Manager for Microsoft 365" Description="Local AI Manager for Microsoft 365" BackgroundColor="transparent" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png">
                
                <uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square310x310Logo="Assets\LargeTile.png" Square71x71Logo="Assets\SmallTile.png"/>

                
                <uap:SplashScreen Image="Assets\SplashScreen.png"/>
            </uap:VisualElements>
        </Application>
    </Applications>
</Package>