﻿<?xml version="1.0" encoding="utf-8"?>
<!--suppress XmlUnusedNamespaceDeclaration -->
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest">
  <!-- use single quotes to avoid double quotes escaping in the publisher value  -->
  <Identity Name="ScratchFoundation.ScratchDesktop" ProcessorArchitecture="x64" Publisher="CN=2EC43DF1-469A-4119-9AB9-568A0A1FF65F" Version="3.29.1.0" />
  <Properties>
    <DisplayName>Scratch 3</DisplayName>
    <PublisherDisplayName>Scratch Foundation</PublisherDisplayName>
    <Description>Scratch 3.0 as a self-contained desktop application</Description>
    <Logo>assets\StoreLogo.png</Logo>
  </Properties>
  <Resources>
    <Resource Language="en-US" />
  </Resources>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14316.0" MaxVersionTested="10.0.14316.0" />
  </Dependencies>
  <Capabilities>
    <rescap:Capability Name="runFullTrust" />
  </Capabilities>
  <Applications>
    <Application Id="ScratchFoundation.ScratchDesktop" Executable="app\Scratch 3.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements BackgroundColor="#464646" DisplayName="Scratch 3" Square150x150Logo="assets\Square150x150Logo.png" Square44x44Logo="assets\Square44x44Logo.png" Description="Scratch 3.0 as a self-contained desktop application">
        <uap:DefaultTile Wide310x150Logo="assets\Wide310x150Logo.png" />
      </uap:VisualElements>
    </Application>
  </Applications>
  <mp:PhoneIdentity PhoneProductId="92863514-be16-45b9-81c6-7713cc966af5" PhonePublisherId="7c7b623c-2a4e-4e33-9ec5-05c0583e3425" />
</Package>