package.appxmanifest 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest">
  3. <Identity
  4. Name="7cdb4b83-4e3e-48d1-b982-9c33ca60712a"
  5. Version="1.0.0.0"
  6. Publisher="CN=Nicolas" />
  7. <Properties>
  8. <DisplayName>BuildOurOwnBabylonJSWinJSApp</DisplayName>
  9. <PublisherDisplayName>Nicolas</PublisherDisplayName>
  10. <Logo>images\storelogo.png</Logo>
  11. </Properties>
  12. <Prerequisites>
  13. <OSMinVersion>6.3.0</OSMinVersion>
  14. <OSMaxVersionTested>6.3.0</OSMaxVersionTested>
  15. </Prerequisites>
  16. <Resources>
  17. <Resource Language="x-generate" />
  18. </Resources>
  19. <Applications>
  20. <Application
  21. Id="App"
  22. StartPage="default.html">
  23. <m2:VisualElements
  24. DisplayName="BuildOurOwnBabylonJSWinJSApp"
  25. Description="BuildOurOwnBabylonJSWinJSApp"
  26. ForegroundText="light"
  27. BackgroundColor="#464646"
  28. Square150x150Logo="images\Logo.png"
  29. Square30x30Logo="images\SmallLogo.png">
  30. <m2:SplashScreen Image="images\splashscreen.png" />
  31. </m2:VisualElements>
  32. </Application>
  33. </Applications>
  34. <Capabilities>
  35. <Capability Name="internetClient" />
  36. </Capabilities>
  37. </Package>