separate section in plugin.xml and docs for Windows8 platform

For consistency w/ other plugins and since we still support `cordova platform add windows8`
diff --git a/README.md b/README.md
index 213a3ca..8ae4608 100644
--- a/README.md
+++ b/README.md
@@ -87,6 +87,7 @@
 - Firefox OS
 - iOS
 - Windows Phone 8
+- Windows 8
 - Windows
 - Browser
 
@@ -149,6 +150,7 @@
 - Firefox OS
 - iOS
 - Windows Phone 8
+- Windows 8
 - Windows
 - Browser
 
@@ -216,6 +218,7 @@
 - Firefox OS
 - iOS
 - Windows Phone 8
+- Windows 8
 - Windows
 - Browser
 
@@ -306,6 +309,7 @@
 - Android
 - BlackBerry 10
 - iOS
+- Windows 8
 - Windows
 
 ### Example
@@ -376,6 +380,7 @@
 - Firefox OS
 - iOS
 - Windows Phone 8
+- Windows 8
 - Windows
 - Browser
 
@@ -453,6 +458,7 @@
 - BlackBerry 10
 - iOS
 - Windows Phone 8
+- Windows 8
 - Windows
 - Browser
 
@@ -526,6 +532,7 @@
 - Firefox OS
 - iOS
 - Windows Phone 8
+- Windows 8
 - Windows
 - Browser
 
@@ -592,6 +599,7 @@
 - BlackBerry 10
 - iOS
 - Windows Phone 8
+- Windows 8
 - Windows
 - Browser
 
@@ -668,6 +676,7 @@
 - Firefox OS
 - iOS
 - Windows Phone 8
+- Windows 8
 - Windows
 - Browser
 
@@ -714,6 +723,7 @@
 - BlackBerry 10
 - iOS
 - Windows Phone 8
+- Windows 8
 - Windows
 - Browser
 
@@ -791,6 +801,7 @@
 - Firefox OS
 - iOS
 - Windows Phone 8
+- Windows 8
 - Windows
 - Browser
 
@@ -868,6 +879,7 @@
 - BlackBerry 10
 - iOS
 - Windows Phone 8
+- Windows 8
 - Windows
 
 ### Example
@@ -887,7 +899,7 @@
 - In case of `percent` type the returned value is not divided by 100.
 
 ### Windows Quirks	
-	
+
 - The string must strictly conform to the locale format. For example, percent symbol should be 
 separated by space for 'en-US' locale if the type parameter is 'percent'.
 
@@ -918,6 +930,7 @@
 - Firefox OS
 - iOS
 - Windows Phone 8
+- Windows 8
 - Windows
 
 ### Example
diff --git a/plugin.xml b/plugin.xml
index 94b6a98..1366f99 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -115,6 +115,14 @@
         <source-file src="src/windows/GlobalizationProxy/GlobalizationProxy/Globalization/GlobalizationImpl.cs" />
     </platform>
 
+    <!-- windows8 -->
+    <platform name="windows8">
+        <js-module src="src/windows/GlobalizationProxy.js" name="GlobalizationProxy">
+            <runs/>
+        </js-module>
+        <framework src="src/Windows/GlobalizationProxy.winmd" custom="true"/>
+    </platform>
+
     <!-- windows -->
     <platform name="windows">
         <js-module src="src/windows/GlobalizationProxy.js" name="GlobalizationProxy">