File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Opportunity.LrcExt.Aurora.Music Expand file tree Collapse file tree 1 file changed +7
-7
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" xmlns : uap3 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/3" IgnorableNamespaces =" uap uap3 mp" >
3- <Identity Name =" 2289Opportunity.AuroraMusicOnlineLyricsExtension" Publisher =" CN=22AA5D8B-590F-4C7F-807B-5166B66DDBE0" Version =" 1.1.1 .0" />
3+ <Identity Name =" 2289Opportunity.AuroraMusicOnlineLyricsExtension" Publisher =" CN=22AA5D8B-590F-4C7F-807B-5166B66DDBE0" Version =" 1.1.2 .0" />
44 <mp : PhoneIdentity PhoneProductId =" 18077909-3894-40a7-b602-1737aa66a768" PhonePublisherId =" 00000000-0000-0000-0000-000000000000" />
55 <Properties >
66 <DisplayName >ms-resource:App/DisplayName</DisplayName >
2222 <uap : SplashScreen Image =" Assets\SplashScreen.png" />
2323 </uap : VisualElements >
2424 <Extensions >
25- <uap : Extension Category =" windows.protocol" >
26- <uap : Protocol Name =" as-music-ole" ReturnResults =" none" DesiredView =" useMinimum" >
27- <uap : DisplayName >ms-resource:App/DisplayName</uap : DisplayName >
28- </uap : Protocol >
25+ <uap : Extension Category =" windows.appService" EntryPoint =" Opportunity.LrcExt.Aurora.Music.Background.BackgroundTask" >
26+ <uap : AppService Name =" Opportunity.LrcExt.Aurora.Music" />
2927 </uap : Extension >
3028 <Extension Category =" windows.backgroundTasks" EntryPoint =" Opportunity.LrcExt.Aurora.Music.Background.BackgroundTask" >
3129 <BackgroundTasks >
3230 <Task Type =" pushNotification" />
3331 </BackgroundTasks >
3432 </Extension >
35- <uap : Extension Category =" windows.appService" EntryPoint =" Opportunity.LrcExt.Aurora.Music.Background.BackgroundTask" >
36- <uap : AppService Name =" Opportunity.LrcExt.Aurora.Music" />
33+ <uap : Extension Category =" windows.protocol" >
34+ <uap : Protocol Name =" as-music-ole" DesiredView =" useMinimum" ReturnResults =" none" >
35+ <uap : DisplayName >ms-resource:App/DisplayName</uap : DisplayName >
36+ </uap : Protocol >
3737 </uap : Extension >
3838 <uap3 : Extension Category =" windows.appExtension" >
3939 <uap3 : AppExtension Name =" Aurora.Music.Extensions" Id =" Opportunity.LrcExt.Aurora.Music" PublicFolder =" Public" DisplayName =" ms-resource:Extension/DisplayName" Description =" ms-resource:Extension/Description" >
You can’t perform that action at this time.
0 commit comments