CB-5951 Added namespace to config.xml
diff --git a/windows8/template/config.xml b/windows8/template/config.xml
index 57cadf6..8fc478e 100644
--- a/windows8/template/config.xml
+++ b/windows8/template/config.xml
@@ -19,6 +19,6 @@
 # under the License.
 #
 -->
-<widget>
+<widget xmlns="http://www.w3.org/ns/widgets">
     <access origin="*"/>
 </widget>