﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Package IgnorableNamespaces="uap mp uap3 build" 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:build="http://schemas.microsoft.com/developer/appx/2015/build">
  <Identity Name="Microsoft.BingSearch" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="1.0.79.0" ProcessorArchitecture="x64" />
  <mp:PhoneIdentity PhoneProductId="9396e313-caf6-4efb-b8b1-007900905eb4" PhonePublisherId="95d94207-0c7c-47ed-82db-d75c81153c35" />
  <Properties>
    <DisplayName>ms-resource:PackageDisplayName</DisplayName>
    <PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
    <Logo>Assets\StoreLogo.png</Logo>
  </Properties>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17763.0" MaxVersionTested="10.0.22621.0" />
    <PackageDependency Name="Microsoft.VCLibs.140.00" MinVersion="14.0.30704.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
  </Dependencies>
  <Resources>
    <Resource Language="EN-US" />
    <Resource Language="EN-GB" />
    <Resource uap:Scale="200" />
  </Resources>
  <Applications>
    <Application Id="App" Executable="MicrosoftBing.exe" EntryPoint="Bing_Search.App">
      <uap:VisualElements DisplayName="ms-resource:AppTileDisplayName" Description="ms-resource:AppDescription" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" BackgroundColor="transparent" AppListEntry="none">
        <uap:DefaultTile />
      </uap:VisualElements>
      <Extensions>
        <uap3:Extension Category="windows.appExtension">
          <uap3:AppExtension Name="com.microsoft.windows.websearchprovider" Id="BingSearchExtension" PublicFolder="Public" DisplayName="Microsoft Bing Search Extension">
            <uap3:Properties>
              <Endpoint>https://www.bing.com/AS/API/WindowsCortanaPane/V2/Suggestions</Endpoint>
              <Protocol>microsoft-edge</Protocol>
            </uap3:Properties>
          </uap3:AppExtension>
        </uap3:Extension>
      </Extensions>
    </Application>
  </Applications>
  <build:Metadata>
    <build:Item Name="cl.exe" Version="19.35.32217.1" />
    <build:Item Name="VisualStudio" Version="17.0" />
    <build:Item Name="OperatingSystem" Version="10.0.20348.1 (WinBuild.160101.0800)" />
    <build:Item Name="Microsoft.Build.AppxPackage.dll" Version="17.7.37309.28222" />
    <build:Item Name="ProjectGUID" Value="{36e9f9a1-8ee9-45cc-9b6e-de3118ea383c}" />
    <build:Item Name="OptimizingToolset" Value="None" />
    <build:Item Name="TargetRuntime" Value="Native" />
    <build:Item Name="Microsoft.Windows.UI.Xaml.Build.Tasks.dll" Version="0.0.0.0" />
    <build:Item Name="MakePri.exe" Version="10.0.22621.1778 (WinBuild.160101.0800)" />
  </build:Metadata>
</Package>