<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Package IgnorableNamespaces="uap rescap uap5 build" xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:build="http://schemas.microsoft.com/developer/appx/2015/build">
  
  <Identity Name="Microsoft.StartExperiencesApp" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="1.1.200.0" ProcessorArchitecture="x64"/>
  <Properties>
    <DisplayName>ms-resource:PackageDisplayName</DisplayName>
    <PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
    <Logo>Images\StoreLogo.png</Logo>
  </Properties>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.22000.0" MaxVersionTested="10.0.22621.0"/>
    <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.22000.0" MaxVersionTested="10.0.22621.0"/>
    <PackageDependency Name="Microsoft.WindowsAppRuntime.1.5" MinVersion="5001.119.156.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"/>
    <PackageDependency Name="Microsoft.VCLibs.140.00" MinVersion="14.0.33519.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"/>
    <PackageDependency Name="Microsoft.VCLibs.140.00.UWPDesktop" MinVersion="14.0.33728.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="MicrosoftStart" Executable="MicrosoftStartFeedProvider\MicrosoftStartFeedProvider.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements DisplayName="ms-resource:AppTileDisplayName" Description="ms-resource:AppDescription" BackgroundColor="white" Square150x150Logo="Images\Square150x150Logo.png" Square44x44Logo="Images\Square44x44Logo.png" AppListEntry="none">
        <uap:DefaultTile Wide310x150Logo="Images\Wide310x150Logo.png"/>
        <uap:SplashScreen Image="Images\SplashScreen.png"/>
      </uap:VisualElements>
      <Extensions>
        
        
        <desktop:Extension Category="windows.toastNotificationActivation">
          <desktop:ToastNotificationActivation ToastActivatorCLSID="CA7D0BCC-B3E2-4DBF-9382-501B3F0FACC4"/>
        </desktop:Extension>
        
        <com:Extension Category="windows.comServer">
          <com:ComServer>
            
            
            <com:ExeServer Executable="MicrosoftStartFeedProvider\MicrosoftStartFeedProvider.exe" Arguments="----AppNotificationActivated:" DisplayName="App notification activator">
              <com:Class Id="CA7D0BCC-B3E2-4DBF-9382-501B3F0FACC4" DisplayName="App notification activator"/>
            </com:ExeServer>
          </com:ComServer>
        </com:Extension>
        <com:Extension Category="windows.comServer">
          <com:ComServer>
            <com:ExeServer Executable="MicrosoftStartFeedProvider\MicrosoftStartFeedProvider.exe" DisplayName="ms-resource:FeedProviderDisplayName">
              <com:Class Id="D8F9F83D-A7E2-48F7-9BB2-09B9773649C1" DisplayName="ms-resource:FeedProviderCLSName"/>
              <com:Class Id="4A5C60B7-323C-4AE4-A8A8-2078DBCFEC7B" DisplayName="ms-resource:WidgetProviderCLSName"/>
              <com:Class Id="716BFFBD-A980-4B2C-9EAC-A2BABE55FA03" DisplayName="ms-resource:FeedProviderBgTaskCLSName"/>
            </com:ExeServer>
          </com:ComServer>
        </com:Extension>
        <uap5:Extension Category="windows.startupTask" EntryPoint="Windows.FullTrustApplication" Executable="MicrosoftStartFeedProvider\MicrosoftStartFeedProvider.exe">
          <uap5:StartupTask DisplayName="ms-resource:FeedProviderStartupTaskName" Enabled="true" TaskId="MicrosoftStartFeedProvider"/>
        </uap5:Extension>
        <uap3:Extension Category="windows.appExtension">
          <uap3:AppExtension Name="com.microsoft.windows.widgets" DisplayName="ms-resource:WeatherWidgetDisplayName" Id="MicrosoftStartWeatherWidgets" PublicFolder="Public">
            <uap3:Properties>
              <WidgetProvider>
                <ProviderIcons>
                  <Icon Path="ProviderAssets\WeatherIcon.svg"/>
                </ProviderIcons>
                <Activation>
                  
                  <CreateInstance ClassId="4a5c60b7-323c-4ae4-a8a8-2078dbcfec7b"/>
                </Activation>
                
                <Definitions>
                  
                  <Definition Id="WeatherWidget" DisplayName="ms-resource:WeatherWidgetDisplayName" IsCustomizable="false" AllowMultiple="false" Description="ms-resource:WeatherWidgetDescription">
                    <Capabilities>
                      <Capability>
                        <Size Name="small"/>
                      </Capability>
                      
                    </Capabilities>
                    <ThemeResources>
                      <Icons>
                        <Icon Path="ProviderAssets\WeatherIcon.svg"/>
                      </Icons>
                      <Screenshots>
                        <Screenshot Path="ProviderAssets\weather-light.png" DisplayAltText="ms-resource:WeatherWidgetScreenshotText"/>
                      </Screenshots>
                      <LightMode>
                        <Icons>
                          <Icon Path="ProviderAssets\WeatherIcon.svg"/>
                        </Icons>
                        <Screenshots>
                          <Screenshot Path="ProviderAssets\weather-light.png" DisplayAltText="ms-resource:WeatherWidgetScreenshotText"/>
                        </Screenshots>
                      </LightMode>
                      <DarkMode>
                        <Icons>
                          <Icon Path="ProviderAssets\WeatherIcon.svg"/>
                        </Icons>
                        <Screenshots>
                          <Screenshot Path="ProviderAssets\weather-dark.png" DisplayAltText="ms-resource:WeatherWidgetScreenshotText"/>
                        </Screenshots>
                      </DarkMode>
                    </ThemeResources>
                  </Definition>
                </Definitions>
              </WidgetProvider>
            </uap3:Properties>
          </uap3:AppExtension>
        </uap3:Extension>
        <uap3:Extension Category="windows.appExtension">
          <uap3:AppExtension Name="com.microsoft.windows.widgets" DisplayName="ms-resource:FinanceWidgetDisplayName" Id="MicrosoftStartFinanceWidgets" PublicFolder="Public">
            <uap3:Properties>
              <WidgetProvider>
                <ProviderIcons>
                  <Icon Path="ProviderAssets\FinanceIcon.svg"/>
                </ProviderIcons>
                <Activation>
                  
                  <CreateInstance ClassId="4a5c60b7-323c-4ae4-a8a8-2078dbcfec7b"/>
                </Activation>
                
                <Definitions>
                  
                  <Definition Id="FinanceWidget" DisplayName="ms-resource:FinanceWidgetDisplayName" IsCustomizable="false" AllowMultiple="false" Description="ms-resource:FinanceWidgetDescription">
                    <Capabilities>
                      <Capability>
                        <Size Name="small"/>
                      </Capability>
                      
                    </Capabilities>
                    <ThemeResources>
                      <Icons>
                        <Icon Path="ProviderAssets\FinanceIcon.svg"/>
                      </Icons>
                      <Screenshots>
                        <Screenshot Path="ProviderAssets\money-light.png" DisplayAltText="ms-resource:FinanceWidgetScreenshotText"/>
                      </Screenshots>
                      <LightMode>
                        <Icons>
                          <Icon Path="ProviderAssets\FinanceIcon.svg"/>
                        </Icons>
                        <Screenshots>
                          <Screenshot Path="ProviderAssets\money-light.png" DisplayAltText="ms-resource:FinanceWidgetScreenshotText"/>
                        </Screenshots>
                      </LightMode>
                      <DarkMode>
                        <Icons>
                          <Icon Path="ProviderAssets\FinanceIcon.svg"/>
                        </Icons>
                        <Screenshots>
                          <Screenshot Path="ProviderAssets\money-dark.png" DisplayAltText="ms-resource:FinanceWidgetScreenshotText"/>
                        </Screenshots>
                      </DarkMode>
                    </ThemeResources>
                  </Definition>
                </Definitions>
              </WidgetProvider>
            </uap3:Properties>
          </uap3:AppExtension>
        </uap3:Extension>
        <uap3:Extension Category="windows.appExtension">
          <uap3:AppExtension Name="com.microsoft.windows.widgets" DisplayName="ms-resource:TrafficWidgetDisplayName" Id="MicrosoftStartTrafficWidgets" PublicFolder="Public">
            <uap3:Properties>
              <WidgetProvider>
                <ProviderIcons>
                  <Icon Path="ProviderAssets\TrafficIcon.svg"/>
                </ProviderIcons>
                <Activation>
                  
                  <CreateInstance ClassId="4a5c60b7-323c-4ae4-a8a8-2078dbcfec7b"/>
                </Activation>
                
                <Definitions>
                  
                  <Definition Id="TrafficWidget" DisplayName="ms-resource:TrafficWidgetDisplayName" IsCustomizable="false" AllowMultiple="false" Description="ms-resource:TrafficWidgetDescription">
                    <Capabilities>
                      <Capability>
                        <Size Name="small"/>
                      </Capability>
                      
                    </Capabilities>
                    <ThemeResources>
                      <Icons>
                        <Icon Path="ProviderAssets\TrafficIcon.svg"/>
                      </Icons>
                      <Screenshots>
                        <Screenshot Path="ProviderAssets\traffic-light.png" DisplayAltText="ms-resource:TrafficWidgetScreenshotText"/>
                      </Screenshots>
                      <LightMode>
                        <Icons>
                          <Icon Path="ProviderAssets\TrafficIcon.svg"/>
                        </Icons>
                        <Screenshots>
                          <Screenshot Path="ProviderAssets\traffic-light.png" DisplayAltText="ms-resource:TrafficWidgetScreenshotText"/>
                        </Screenshots>
                      </LightMode>
                      <DarkMode>
                        <Icons>
                          <Icon Path="ProviderAssets\TrafficIcon.svg"/>
                        </Icons>
                        <Screenshots>
                          <Screenshot Path="ProviderAssets\traffic-dark.png" DisplayAltText="ms-resource:TrafficWidgetScreenshotText"/>
                        </Screenshots>
                      </DarkMode>
                    </ThemeResources>
                  </Definition>
                </Definitions>
              </WidgetProvider>
            </uap3:Properties>
          </uap3:AppExtension>
        </uap3:Extension>
        <uap3:Extension Category="windows.appExtension">
          <uap3:AppExtension Name="com.microsoft.windows.widgets" DisplayName="ms-resource:SportsWidgetDisplayName" Id="MicrosoftStartSportsWidgets" PublicFolder="Public">
            <uap3:Properties>
              <WidgetProvider>
                <ProviderIcons>
                  <Icon Path="ProviderAssets\SportsIcon.svg"/>
                </ProviderIcons>
                <Activation>
                  
                  <CreateInstance ClassId="4a5c60b7-323c-4ae4-a8a8-2078dbcfec7b"/>
                </Activation>
                
                <Definitions>
                  
                  <Definition Id="SportsWidget" DisplayName="ms-resource:SportsWidgetDisplayName" IsCustomizable="false" AllowMultiple="false" Description="ms-resource:SportsWidgetDescription">
                    <Capabilities>
                      <Capability>
                        <Size Name="small"/>
                      </Capability>
                      
                    </Capabilities>
                    <ThemeResources>
                      <Icons>
                        <Icon Path="ProviderAssets\SportsIcon.svg"/>
                      </Icons>
                      <Screenshots>
                        <Screenshot Path="ProviderAssets\sports-light.png" DisplayAltText="ms-resource:SportsWidgetScreenshotText"/>
                      </Screenshots>
                      <LightMode>
                        <Icons>
                          <Icon Path="ProviderAssets\SportsIcon.svg"/>
                        </Icons>
                        <Screenshots>
                          <Screenshot Path="ProviderAssets\sports-light.png" DisplayAltText="ms-resource:SportsWidgetScreenshotText"/>
                        </Screenshots>
                      </LightMode>
                      <DarkMode>
                        <Icons>
                          <Icon Path="ProviderAssets\SportsIcon.svg"/>
                        </Icons>
                        <Screenshots>
                          <Screenshot Path="ProviderAssets\sports-dark.png" DisplayAltText="ms-resource:SportsWidgetScreenshotText"/>
                        </Screenshots>
                      </DarkMode>
                    </ThemeResources>
                  </Definition>
                </Definitions>
              </WidgetProvider>
            </uap3:Properties>
          </uap3:AppExtension>
        </uap3:Extension>
        <uap3:Extension Category="windows.appExtension">
          
          <uap3:AppExtension Name="com.microsoft.windows.widgets.feeds" DisplayName="ms-resource:StartFeedProviderDisplayName" Id="MicrosoftStartFeed" PublicFolder="Public">
            <uap3:Properties>
              <FeedProvider SettingsUri="https://learn.microsoft.com/en-us/windows/apps/develop/feeds/feed-providers" Icon="ProviderAssets\FeedIcon.svg" Description="ms-resource:StartFeedProviderDescription">
                <Activation>
                  <CreateInstance ClassId="D8F9F83D-A7E2-48F7-9BB2-09B9773649C1"/>
                </Activation>
                <Definitions>
                  
                  <Definition Id="Feed" DisplayName="ms-resource:StartFeedDisplayName" Description="ms-resource:StartFeedDescription" ContentUri="https://windows.msn.com/windows/startfeed" Icon="ProviderAssets\FeedIcon.svg"/>
                </Definitions>
              </FeedProvider>
            </uap3:Properties>
          </uap3:AppExtension>
        </uap3:Extension>
        <uap:Extension Category="windows.protocol">
          <uap:Protocol Name="ms-startfeeds">
            <uap:DisplayName>MicrosoftStartFeed</uap:DisplayName>
          </uap:Protocol>
        </uap:Extension>
      </Extensions>
    </Application>
  </Applications>
  <Capabilities>
    <Capability Name="internetClient"/>
    <rescap:Capability Name="runFullTrust"/>
    <DeviceCapability Name="location"/>
  </Capabilities>
  <build:Metadata>
    <build:Item Name="Microsoft.Build.DesktopBridge.Tasks.dll" Version="17.11.40146.31104"/>
    <build:Item Name="TargetFrameworkMoniker" Value=".NETFramework,Version=v4.5.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.11.40353.1868"/>
    <build:Item Name="ProjectGUID" Value="349f9bc4-3867-4d7c-9212-0e6b626b2a40"/>
    <build:Item Name="makepri.exe" Version="10.0.26100.1 (WinBuild.160101.0800)"/>
  </build:Metadata>
</Package>