Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
  <Identity Name="5EF06EC2.PockeTVguide" Publisher="CN=0310C601-7615-4BF8-8D9D-020EC9BD6121" Version="1.0.0.10" />
  <Properties>
    <DisplayName>PockeTVguide</DisplayName>
    <PublisherDisplayName>Nextrek s.r.l.</PublisherDisplayName>
    <Logo>Assets\StoreLogo.png</Logo>
  </Properties>
  <Prerequisites>
    <OSMinVersion>6.2.1</OSMinVersion>
    <OSMaxVersionTested>6.2.1</OSMaxVersionTested>
  </Prerequisites>
  <Resources>
    <Resource Language="x-generate" />
  </Resources>
  <Applications>
    <Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="GuidaTv.App">
      <VisualElements DisplayName="PockeTVguide" Logo="Assets\Logo.png" SmallLogo="Assets\SmallLogo.png" Description="Guida Tv" ForegroundText="light" BackgroundColor="#3f8085">
        <LockScreen Notification="badge" BadgeLogo="Assets/BadgeLogo.png" />
        <DefaultTile ShowName="noLogos" WideLogo="Assets\WideLogo.png" ShortName="PockeTVguide" />
        <SplashScreen Image="Assets\SplashScreen.png" BackgroundColor="#3f8085" />
        <InitialRotationPreference>
          <Rotation Preference="landscape" />
          <Rotation Preference="landscapeFlipped" />
        </InitialRotationPreference>
      </VisualElements>
      <Extensions>
        <Extension Category="windows.backgroundTasks" EntryPoint="TileBackground.TileBackgroundUpdater">
          <BackgroundTasks>
            <Task Type="timer" />
          </BackgroundTasks>
        </Extension>
      </Extensions>
    </Application>
  </Applications>
  <Capabilities>
    <Capability Name="internetClient" />
  </Capabilities>
</Package>

Commits for Nextrek/Windows8/GuidaTv/GuidaTv/Package.appxmanifest

Diff revisions: vs.
Revision Author Commited Message
21 JMBauan picture JMBauan Wed 26 Jun, 2013 10:48:36 +0000