File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 9797 <!-- windows -->
9898 <platform name =" windows" >
9999 <config-file target =" package.windows.appxmanifest" parent =" /Package/Applications/Application/Extensions" >
100- <Extension Category =" windows.protocol" StartPage =" www/index.html" >
101- <Protocol Name =" $URL_SCHEME" />
102- </Extension >
100+ <uap : Extension Category =" windows.protocol" StartPage =" www/index.html" >
101+ <uap : Protocol Name =" $URL_SCHEME" />
102+ </uap : Extension >
103103 </config-file >
104- <config-file target =" package.windows80 .appxmanifest" parent =" /Package/Applications/Application/Extensions" >
105- <Extension Category =" windows.protocol" StartPage =" www/index.html" >
106- <Protocol Name =" $URL_SCHEME" />
107- </Extension >
104+ <config-file target =" package.windows10 .appxmanifest" parent =" /Package/Applications/Application/Extensions" >
105+ <uap : Extension Category =" windows.protocol" StartPage =" www/index.html" >
106+ <uap : Protocol Name =" $URL_SCHEME" />
107+ </uap : Extension >
108108 </config-file >
109109 <config-file target =" package.phone.appxmanifest" parent =" /Package/Applications/Application/Extensions" >
110- <Extension Category =" windows.protocol" StartPage =" www/index.html" >
111- <Protocol Name =" $URL_SCHEME" />
112- </Extension >
110+ <uap : Extension Category =" windows.protocol" StartPage =" www/index.html" >
111+ <uap : Protocol Name =" $URL_SCHEME" />
112+ </uap : Extension >
113113 </config-file >
114114 <js-module src =" www/windows/LaunchMyApp.js" name =" LaunchMyApp" >
115115 <clobbers target =" window.plugins.launchmyapp" />
You can’t perform that action at this time.
0 commit comments