-
-
Notifications
You must be signed in to change notification settings - Fork 492
/
Copy pathPackage.appxmanifest
100 lines (100 loc) · 5.64 KB
/
Package.appxmanifest
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<?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" xmlns:uap4="http://schemas.microsoft.com/appx/manifest/uap/windows10/4" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" xmlns:uap6="http://schemas.microsoft.com/appx/manifest/uap/windows10/6" xmlns:uap11="http://schemas.microsoft.com/appx/manifest/uap/windows10/11" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4" IgnorableNamespaces="mp uap uap3 uap4 uap5 uap6 uap11 rescap desktop desktop4">
<Identity Name="38833FF26BA1D.UnigramPreview" Publisher="CN=D89C87B4-2758-402A-8F40-3571D00882AB" Version="11.9.5.0" />
<mp:PhoneIdentity PhoneProductId="bf16cc61-265a-4c8a-9ead-f4f77e6a0a97" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Unigram—Telegram for Windows</DisplayName>
<PublisherDisplayName>Unigram, Inc.</PublisherDisplayName>
<Logo>Assets\Logos\StoreLogo.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
</Dependencies>
<Resources>
<Resource Language="x-generate" />
</Resources>
<Applications>
<!-- desktop4:SupportsMultipleInstances="true" -->
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="Telegram.App">
<uap:VisualElements DisplayName="ms-resource:AppDisplayName" Square150x150Logo="Assets\Logos\Square150x150Logo.png" Square44x44Logo="Assets\Logos\Square44x44Logo.png" Description="Unigram" BackgroundColor="#404040">
<uap:LockScreen Notification="badgeAndTileText" BadgeLogo="Assets\Logos\LockScreenLogo.png" />
<uap:DefaultTile Wide310x150Logo="Assets\Logos\Wide310x150Logo.png" Square71x71Logo="Assets\Logos\Square71x71Logo.png" Square310x310Logo="Assets\Logos\Square310x310Logo.png">
<uap:ShowNameOnTiles>
<uap:ShowOn Tile="square150x150Logo" />
<uap:ShowOn Tile="wide310x150Logo" />
<uap:ShowOn Tile="square310x310Logo" />
</uap:ShowNameOnTiles>
</uap:DefaultTile>
<uap:SplashScreen uap5:Optional="true" Image="Assets\Logos\SplashScreen.png" BackgroundColor="transparent" />
</uap:VisualElements>
<Extensions>
<uap:Extension Category="windows.voipCall" />
<uap3:Extension Category="windows.appUriHandler">
<uap3:AppUriHandler>
<uap3:Host Name="t.me" />
<uap3:Host Name="telegram.me" />
<uap3:Host Name="telegram.dog" />
</uap3:AppUriHandler>
</uap3:Extension>
<uap5:Extension Category="windows.startupTask" Executable="Telegram.exe" EntryPoint="Unigram.App">
<uap5:StartupTask TaskId="Telegram" Enabled="false" DisplayName="Unigram" />
</uap5:Extension>
<uap5:Extension Category="windows.appExecutionAlias" Executable="Telegram.exe" EntryPoint="Unigram.App">
<uap5:AppExecutionAlias>
<uap5:ExecutionAlias Alias="Telegram.exe" />
</uap5:AppExecutionAlias>
</uap5:Extension>
<uap:Extension Category="windows.protocol">
<uap:Protocol Name="tg">
<uap:DisplayName>Unigram</uap:DisplayName>
</uap:Protocol>
</uap:Extension>
<uap:Extension Category="windows.protocol">
<uap:Protocol Name="tonsite">
<uap:DisplayName>Unigram</uap:DisplayName>
</uap:Protocol>
</uap:Extension>
<uap:Extension Category="windows.shareTarget">
<uap:ShareTarget>
<uap:SupportedFileTypes>
<uap:SupportsAnyFileType />
</uap:SupportedFileTypes>
<uap:DataFormat>Text</uap:DataFormat>
<uap:DataFormat>URI</uap:DataFormat>
<uap:DataFormat>StorageItems</uap:DataFormat>
<uap:DataFormat>Bitmap</uap:DataFormat>
</uap:ShareTarget>
</uap:Extension>
<uap:Extension Category="windows.fileTypeAssociation">
<uap:FileTypeAssociation Name="theme">
<uap:SupportedFileTypes>
<uap:FileType>.unigram-theme</uap:FileType>
</uap:SupportedFileTypes>
<uap:DisplayName>Unigram Theme</uap:DisplayName>
</uap:FileTypeAssociation>
</uap:Extension>
<uap:Extension Category="windows.appService">
<uap:AppService Name="org.telegram.bridge" />
</uap:Extension>
<desktop:Extension Category="windows.fullTrustProcess" Executable="Telegram.Stub\Telegram.Stub.exe" />
</Extensions>
</Application>
</Applications>
<Capabilities>
<Capability Name="internetClient" />
<Capability Name="privateNetworkClientServer" />
<uap:Capability Name="removableStorage" />
<uap:Capability Name="picturesLibrary" />
<uap:Capability Name="voipCall" />
<uap:Capability Name="contacts" />
<uap3:Capability Name="backgroundMediaPlayback" />
<uap6:Capability Name="graphicsCapture" />
<uap11:Capability Name="graphicsCaptureProgrammatic" />
<rescap:Capability Name="runFullTrust" />
<rescap:Capability Name="oneProcessVoIP" />
<rescap:Capability Name="confirmAppClose" />
<DeviceCapability Name="location" />
<DeviceCapability Name="microphone" />
<DeviceCapability Name="webcam" />
</Capabilities>
</Package>