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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest" xmlns:m3="http://schemas.microsoft.com/appx/2014/manifest" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest">
  <Identity Name="5EF06EC2.SmartCharging" Publisher="CN=0310C601-7615-4BF8-8D9D-020EC9BD6121" Version="1.1.0.5" />
  <mp:PhoneIdentity PhoneProductId="d5767d33-a881-451f-b6d6-1b02fabaa03d" PhonePublisherId="8b21c7f5-895d-471e-997a-435571987205" />
  <Properties>
    <DisplayName>SmartCharging</DisplayName>
    <PublisherDisplayName>Nextrek s.r.l.</PublisherDisplayName>
    <Logo>Assets\logo_50x50.jpg</Logo>
  </Properties>
  <Prerequisites>
    <OSMinVersion>6.3.1</OSMinVersion>
    <OSMaxVersionTested>6.3.1</OSMaxVersionTested>
  </Prerequisites>
  <Resources>
    <Resource Language="x-generate" />
  </Resources>
  <Applications>
    <Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="SmartCharging.App">
      <m3:VisualElements DisplayName="SmartCharging" Square150x150Logo="Assets\logo_150x150.jpg" Square44x44Logo="Assets\logo_44x44.jpg" Description="SmartCharging" ForegroundText="light" BackgroundColor="#2cdaff" ToastCapable="true">
        <m3:LockScreen Notification="badge" BadgeLogo="Assets\BadgeLogo.png" />
        <m3:DefaultTile Wide310x150Logo="Assets\logo_310x150.jpg" Square71x71Logo="Assets\logo_71x71.jpg">
        </m3:DefaultTile>
        <m3:SplashScreen Image="Assets\splash_1152_1920.jpg" BackgroundColor="#2cdaff" />
        <m3:InitialRotationPreference>
          <m3:Rotation Preference="portrait" />
        </m3:InitialRotationPreference>
      </m3:VisualElements>
      <Extensions>
        <Extension Category="windows.fileOpenPicker">
          <FileOpenPicker>
            <SupportedFileTypes>
              <FileType>.jpg</FileType>
              <FileType>.jpeg</FileType>
              <FileType>.png</FileType>
              <FileType>.bmp</FileType>
            </SupportedFileTypes>
          </FileOpenPicker>
        </Extension>
        <Extension Category="windows.protocol">
          <Protocol Name="fb1444964019146825" />
        </Extension>
        <Extension Category="windows.backgroundTasks" EntryPoint="WindowsRuntimeComponent1.BatteryBackgroundTask">
          <BackgroundTasks>
            <Task Type="timer" />
          </BackgroundTasks>
        </Extension>
      </Extensions>
    </Application>
  </Applications>
  <Capabilities>
    <Capability Name="internetClientServer" />
    <Capability Name="picturesLibrary" />
    <DeviceCapability Name="location" />
  </Capabilities>
</Package>

Commits for Nextrek/Android/SmartCharging/SmartCharging_WP/SmartCharging/Package.appxmanifest

Diff revisions: vs.
Revision Author Commited Message
799 Diff Diff JMBauan picture JMBauan Thu 08 Oct, 2015 13:36:32 +0000
527 JMBauan picture JMBauan Mon 24 Aug, 2015 08:47:39 +0000