File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 11<?xml version =' 1.0' encoding =' utf-8' ?>
22<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
33 xmlns : android =" http://schemas.android.com/apk/res/android"
4- xmlns : uap =" http://schemas.microsoft.com/appx/manifest/uap/windows10"
54 id =" cordova-plugin-customurlscheme"
65 version =" 4.3.0" >
76
9796
9897 <!-- windows -->
9998 <platform name =" windows" >
100- <hook type =" before_prepare" src =" src/windows/hooks/prepare-manifest.js" />
101- <config-file target =" package.windows10.appxmanifest" parent =" /Package/Applications/Application/Extensions" >
102- <uap : Extension Category =" windows.protocol" >
103- <uap : Protocol Name =" $URL_SCHEME" />
104- </uap : Extension >
105- </config-file >
10699 <config-file target =" package.windows.appxmanifest" parent =" /Package/Applications/Application/Extensions" >
107- <Extension Category =" windows.protocol" >
100+ <Extension Category =" windows.protocol" StartPage = " www/index.html " >
108101 <Protocol Name =" $URL_SCHEME" />
109102 </Extension >
110103 </config-file >
111104 <config-file target =" package.windows80.appxmanifest" parent =" /Package/Applications/Application/Extensions" >
112- <Extension Category =" windows.protocol" >
105+ <Extension Category =" windows.protocol" StartPage = " www/index.html " >
113106 <Protocol Name =" $URL_SCHEME" />
114107 </Extension >
115108 </config-file >
116109 <config-file target =" package.phone.appxmanifest" parent =" /Package/Applications/Application/Extensions" >
117- <Extension Category =" windows.protocol" >
110+ <Extension Category =" windows.protocol" StartPage = " www/index.html " >
118111 <Protocol Name =" $URL_SCHEME" />
119112 </Extension >
120113 </config-file >
You can’t perform that action at this time.
0 commit comments