Changing the starup color (#558)
This commit is contained in:
		@@ -1,59 +1,59 @@
 | 
				
			|||||||
<?xml version="1.0" encoding="utf-8"?>
 | 
					<?xml version="1.0" encoding="utf-8"?>
 | 
				
			||||||
<Package 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" IgnorableNamespaces="uap uap3 mp">
 | 
					<Package 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" IgnorableNamespaces="uap uap3 mp">
 | 
				
			||||||
  <Identity Name="microsoft.makecode.microbit" Version="1.0.1.0" Publisher="CN=microbit" />
 | 
					  <Identity Name="microsoft.makecode.microbit" Version="1.0.1.0" Publisher="CN=microbit" />
 | 
				
			||||||
  <mp:PhoneIdentity PhoneProductId="34e8cde2-3991-414e-bb19-bff4bd5e031a" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
 | 
					  <mp:PhoneIdentity PhoneProductId="34e8cde2-3991-414e-bb19-bff4bd5e031a" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
 | 
				
			||||||
  <Properties>
 | 
					  <Properties>
 | 
				
			||||||
    <DisplayName>Microsoft MakeCode for micro:bit</DisplayName>
 | 
					    <DisplayName>Microsoft MakeCode for micro:bit</DisplayName>
 | 
				
			||||||
    <PublisherDisplayName>micro:bit</PublisherDisplayName>
 | 
					    <PublisherDisplayName>micro:bit</PublisherDisplayName>
 | 
				
			||||||
    <Logo>images\storelogo.png</Logo>
 | 
					    <Logo>images\storelogo.png</Logo>
 | 
				
			||||||
  </Properties>
 | 
					  </Properties>
 | 
				
			||||||
  <Dependencies>
 | 
					  <Dependencies>
 | 
				
			||||||
    <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
 | 
					    <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
 | 
				
			||||||
  </Dependencies>
 | 
					  </Dependencies>
 | 
				
			||||||
  <Resources>
 | 
					  <Resources>
 | 
				
			||||||
    <Resource Language="x-generate" />
 | 
					    <Resource Language="x-generate" />
 | 
				
			||||||
  </Resources>
 | 
					  </Resources>
 | 
				
			||||||
  <Applications>
 | 
					  <Applications>
 | 
				
			||||||
    <Application Id="App" StartPage="https://makecode.microbit.org/">
 | 
					    <Application Id="App" StartPage="https://makecode.microbit.org">
 | 
				
			||||||
      <uap:ApplicationContentUriRules>
 | 
					      <uap:ApplicationContentUriRules>
 | 
				
			||||||
        <uap:Rule Match="https://makecode.microbit.org/" Type="include" WindowsRuntimeAccess="all" />
 | 
					        <uap:Rule Match="https://makecode.microbit.org/" Type="include" WindowsRuntimeAccess="all" />
 | 
				
			||||||
        <uap:Rule Match="https://trg-microbit.userpxt.io/---simulator" Type="include" WindowsRuntimeAccess="none" />
 | 
					        <uap:Rule Match="https://trg-microbit.userpxt.io/---simulator" Type="include" WindowsRuntimeAccess="none" />
 | 
				
			||||||
        <uap:Rule Match="https://makecode.microbit.com/beta" Type="include" WindowsRuntimeAccess="all" />
 | 
					        <uap:Rule Match="https://makecode.microbit.com/beta" Type="include" WindowsRuntimeAccess="all" />
 | 
				
			||||||
        <uap:Rule Match="https://trg-microbit.userpxt.io/beta---simulator" Type="include" WindowsRuntimeAccess="none" />
 | 
					        <uap:Rule Match="https://trg-microbit.userpxt.io/beta---simulator" Type="include" WindowsRuntimeAccess="none" />
 | 
				
			||||||
      </uap:ApplicationContentUriRules>
 | 
					      </uap:ApplicationContentUriRules>
 | 
				
			||||||
      <uap:VisualElements DisplayName="Microsoft MakeCode for micro:bit" Description="Microsoft MakeCode for micro:bit" BackgroundColor="#BA0018" Square150x150Logo="images\Square150x150Logo.png" Square44x44Logo="images\Square44x44Logo.png">
 | 
					      <uap:VisualElements DisplayName="Microsoft MakeCode for micro:bit" Description="Microsoft MakeCode for micro:bit" BackgroundColor="#3454d1" Square150x150Logo="images\Square150x150Logo.png" Square44x44Logo="images\Square44x44Logo.png">
 | 
				
			||||||
        <uap:DefaultTile Wide310x150Logo="images\Wide310x150Logo.png" Square71x71Logo="images\SmallTile.png">
 | 
					        <uap:DefaultTile Wide310x150Logo="images\Wide310x150Logo.png" Square71x71Logo="images\SmallTile.png">
 | 
				
			||||||
        </uap:DefaultTile>
 | 
					        </uap:DefaultTile>
 | 
				
			||||||
        <uap:SplashScreen Image="images\SplashScreen.png" BackgroundColor="#BA0018" />
 | 
					        <uap:SplashScreen Image="images\SplashScreen.png" BackgroundColor="#3454d1" />
 | 
				
			||||||
      </uap:VisualElements>
 | 
					      </uap:VisualElements>
 | 
				
			||||||
      <Extensions>
 | 
					      <Extensions>
 | 
				
			||||||
        <uap:Extension Category="windows.fileTypeAssociation">
 | 
					        <uap:Extension Category="windows.fileTypeAssociation">
 | 
				
			||||||
          <uap:FileTypeAssociation Name="makecode">
 | 
					          <uap:FileTypeAssociation Name="makecode">
 | 
				
			||||||
            <uap:DisplayName>Microsoft MakeCode binary file</uap:DisplayName>
 | 
					            <uap:DisplayName>Microsoft MakeCode binary file</uap:DisplayName>
 | 
				
			||||||
            <uap:SupportedFileTypes>
 | 
					            <uap:SupportedFileTypes>
 | 
				
			||||||
              <uap:FileType ContentType="application/x-makecode-hex">.hex</uap:FileType>
 | 
					              <uap:FileType ContentType="application/x-makecode-hex">.hex</uap:FileType>
 | 
				
			||||||
            </uap:SupportedFileTypes>
 | 
					            </uap:SupportedFileTypes>
 | 
				
			||||||
          </uap:FileTypeAssociation>
 | 
					          </uap:FileTypeAssociation>
 | 
				
			||||||
        </uap:Extension>
 | 
					        </uap:Extension>
 | 
				
			||||||
        <uap3:Extension Category="windows.appUriHandler">
 | 
					        <uap3:Extension Category="windows.appUriHandler">
 | 
				
			||||||
          <uap3:AppUriHandler>
 | 
					          <uap3:AppUriHandler>
 | 
				
			||||||
            <uap3:Host Name="makecode.microbit.org" />
 | 
					            <uap3:Host Name="makecode.microbit.org" />
 | 
				
			||||||
          </uap3:AppUriHandler>
 | 
					          </uap3:AppUriHandler>
 | 
				
			||||||
        </uap3:Extension>
 | 
					        </uap3:Extension>
 | 
				
			||||||
      </Extensions>
 | 
					      </Extensions>
 | 
				
			||||||
    </Application>
 | 
					    </Application>
 | 
				
			||||||
  </Applications>
 | 
					  </Applications>
 | 
				
			||||||
  <Capabilities>
 | 
					  <Capabilities>
 | 
				
			||||||
    <Capability Name="internetClient" />
 | 
					    <Capability Name="internetClient" />
 | 
				
			||||||
    <DeviceCapability Name="serialcommunication">
 | 
					    <DeviceCapability Name="serialcommunication">
 | 
				
			||||||
      <Device Id="any">
 | 
					      <Device Id="any">
 | 
				
			||||||
        <Function Type="name:serialPort" />
 | 
					        <Function Type="name:serialPort" />
 | 
				
			||||||
      </Device>
 | 
					      </Device>
 | 
				
			||||||
    </DeviceCapability>
 | 
					    </DeviceCapability>
 | 
				
			||||||
    <DeviceCapability Name="humaninterfacedevice">
 | 
					    <DeviceCapability Name="humaninterfacedevice">
 | 
				
			||||||
      <Device Id="vidpid:0d28 0204">
 | 
					      <Device Id="vidpid:0d28 0204">
 | 
				
			||||||
        <Function Type="usage:FF00 *" />
 | 
					        <Function Type="usage:FF00 *" />
 | 
				
			||||||
      </Device>
 | 
					      </Device>
 | 
				
			||||||
    </DeviceCapability>
 | 
					    </DeviceCapability>
 | 
				
			||||||
  </Capabilities>
 | 
					  </Capabilities>
 | 
				
			||||||
</Package>
 | 
					</Package>
 | 
				
			||||||
		Reference in New Issue
	
	Block a user