﻿<?xml version="1.0" encoding="utf-8"?>
<Package 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:uap4="http://schemas.microsoft.com/appx/manifest/uap/windows10/4" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:rescap3="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/3" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:desktop2="http://schemas.microsoft.com/appx/manifest/desktop/windows10/2" xmlns:desktop3="http://schemas.microsoft.com/appx/manifest/desktop/windows10/3" xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10" xmlns:wincap3="http://schemas.microsoft.com/appx/manifest/foundation/windows10/windowscapabilities/3" IgnorableNamespaces="uap4 wincap3 rescap3 desktop2 desktop3 com" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest">
  <Identity Name="RivetNetworks.KillerControlCenter" ProcessorArchitecture="x64" Publisher="CN=EB742617-4934-4951-8B93-E211D04E5A38" Version="3.1122.329.0" />
  <Properties>
    <DisplayName>Killer Intelligence Center</DisplayName>
    <PublisherDisplayName>Rivet Networks LLC</PublisherDisplayName>
    <Logo>Assets\StoreLogo.png</Logo>
  </Properties>
  <Resources>
    <Resource Language="en-us" />
    <Resource uap:Scale="100" />
    <Resource uap:Scale="125" />
    <Resource uap:Scale="150" />
    <Resource uap:Scale="200" />
    <Resource uap:Scale="400" />
  </Resources>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.16299.0" MaxVersionTested="10.0.18363.0" />
    <uap5:DriverDependency>
      <uap5:DriverConstraint Name="Intel_Corporation-KillerNetworkComponent.inf" MinVersion="3.1122.329.0" />
    </uap5:DriverDependency>
  </Dependencies>
  <Capabilities>
    <rescap:Capability Name="runFullTrust" />
    <Capability Name="internetClient" />
  </Capabilities>
  <Applications>
    <Application Id="RivetNetworks.KillerControlCenter" Executable="killernetworkmanagerlauncher.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements DisplayName="Killer Intelligence Center" Description="RivetNetworks.KillerControlCenter" BackgroundColor="transparent" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png">
        <uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square310x310Logo="Assets\Square310x310Logo.png" Square71x71Logo="Assets\Square71x71Logo.png">
          <uap:ShowNameOnTiles>
            <uap:ShowOn Tile="square150x150Logo" />
            <uap:ShowOn Tile="wide310x150Logo" />
            <uap:ShowOn Tile="square310x310Logo" />
          </uap:ShowNameOnTiles>
        </uap:DefaultTile>
      </uap:VisualElements>
      <Extensions>
        <uap:Extension Category="windows.protocol">
          <uap:Protocol Name="killercontrolcenter" />
        </uap:Extension>
        <desktop:Extension Category="windows.startupTask" Executable="killernetworkmanagerlauncherMinimized.exe" EntryPoint="Windows.FullTrustApplication">
          <desktop:StartupTask TaskId="KillerControlCenterTask" Enabled="true" DisplayName="Killer Intelligence Center" />
        </desktop:Extension>
        <com:Extension Category="windows.comServer">
          <com:ComServer>
            <com:ExeServer Executable="KillerControlCenter_v2\KillerControlCenter.exe" Arguments="-ToastActivated" DisplayName="Killer Intelligence Center">
              <com:Class Id="9ABB9E76-19BA-458D-BBDB-BA7938D381A5" DisplayName="Killer Intelligence Center" />
            </com:ExeServer>
          </com:ComServer>
        </com:Extension>
        <desktop:Extension Category="windows.toastNotificationActivation">
          <desktop:ToastNotificationActivation ToastActivatorCLSID="9ABB9E76-19BA-458D-BBDB-BA7938D381A5" />
        </desktop:Extension>
      </Extensions>
    </Application>
  </Applications>
  <mp:PhoneIdentity PhoneProductId="8084d39b-2573-4611-b9e2-8ffbf6aafbd7" PhonePublisherId="23e458a8-e154-446a-b6d3-4cb83ca99f8d" />
</Package>