File tree Expand file tree Collapse file tree 4 files changed +386
-13
lines changed Expand file tree Collapse file tree 4 files changed +386
-13
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<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" IgnorableNamespaces =" uap mp" >
3- <Identity Name =" 2383BenediktRadtke.SignalPrivateMessenger" Publisher =" CN=83951ACF-6CF8-48C5-BDC4-D778CAFD26C0" Version =" 0.2.3 .0" />
3+ <Identity Name =" 2383BenediktRadtke.SignalPrivateMessenger" Publisher =" CN=83951ACF-6CF8-48C5-BDC4-D778CAFD26C0" Version =" 0.2.4 .0" />
44 <mp : PhoneIdentity PhoneProductId =" 25d58032-97d6-4555-96ed-ffe17d57a51f" PhonePublisherId =" 00000000-0000-0000-0000-000000000000" />
55 <Properties >
66 <DisplayName >Signal Private Messenger</DisplayName >
2121 <uap : SplashScreen Image =" Assets\SplashScreen.png" BackgroundColor =" #2090EA" />
2222 </uap : VisualElements >
2323 <Extensions >
24- <uap : Extension Category =" windows.protocol" >
25- <uap : Protocol Name =" ms-ipmessaging" >
26- <uap : DisplayName >Signal Private Messenger Message</uap : DisplayName >
27- </uap : Protocol >
28- </uap : Extension >
29- <uap : Extension Category =" windows.protocol" >
30- <uap : Protocol Name =" ms-contact-profile" >
31- <uap : DisplayName >Signal Private Messenger Contact</uap : DisplayName >
32- </uap : Protocol >
33- </uap : Extension >
3424 <Extension Category =" windows.backgroundTasks" EntryPoint =" Signal_Windows.RC.SignalBackgroundTask" >
3525 <BackgroundTasks >
3626 <Task Type =" systemEvent" />
3727 <Task Type =" timer" />
3828 </BackgroundTasks >
3929 </Extension >
30+ <uap : Extension Category =" windows.protocol" >
31+ <uap : Protocol Name =" ms-contact-profile" >
32+ <uap : DisplayName >Signal Private Messenger Contact</uap : DisplayName >
33+ </uap : Protocol >
34+ </uap : Extension >
35+ <uap : Extension Category =" windows.protocol" >
36+ <uap : Protocol Name =" ms-ipmessaging" >
37+ <uap : DisplayName >Signal Private Messenger Message</uap : DisplayName >
38+ </uap : Protocol >
39+ </uap : Extension >
4040 </Extensions >
4141 </Application >
4242 </Applications >
You can’t perform that action at this time.
0 commit comments