Merge branch 'CB-5324' of https://github.com/sgrebnov/cordova-windows
diff --git a/windows8/template/package.appxmanifest b/windows8/template/package.appxmanifest
index 6cea093..4f64cc2 100644
--- a/windows8/template/package.appxmanifest
+++ b/windows8/template/package.appxmanifest
@@ -16,13 +16,13 @@
   <Applications>
     <Application Id="$safeprojectname$" StartPage="www/index.html">
       <VisualElements DisplayName="$projectname$" 
-                      Logo="www\img\logo.png" 
-                      SmallLogo="www\img\smalllogo.png"
+                      Logo="images\logo.png" 
+                      SmallLogo="images\smalllogo.png"
                       Description="CordovaApp" 
                       ForegroundText="light" 
                       BackgroundColor="#464646">
         <DefaultTile ShowName="allLogos" />
-        <SplashScreen Image="www\img\splashscreen.png" />
+        <SplashScreen Image="images\splashscreen.png" />
       </VisualElements>
     </Application>
   </Applications>