diff --git a/docs/plugins/adjust/README.md b/docs/plugins/adjust/README.md
index 3b0fd1eef..d98d6baf8 100644
--- a/docs/plugins/adjust/README.md
+++ b/docs/plugins/adjust/README.md
@@ -1,5 +1,7 @@
-# AdjustThirdPartySharing
-ova plugin add com.adjust.sdk
+# Adjust
+
+```
+$ ionic cordova plugin add com.adjust.sdk
$ npm install @awesome-cordova-plugins/adjust
```
diff --git a/docs/plugins/admob-plus/README.md b/docs/plugins/admob-plus/README.md
index f39a9c28e..730bfe6f2 100644
--- a/docs/plugins/admob-plus/README.md
+++ b/docs/plugins/admob-plus/README.md
@@ -1,4 +1,4 @@
-# RewardVideo
+# AdMob Plus
```
$ ionic cordova plugin add cordova-admob-plus
@@ -7,11 +7,7 @@ $ npm install @awesome-cordova-plugins/admob-plus
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/admob-plus/)
-Plugin Repo: []()
-
-
-
-github.com/admob-plus/admob-plus](https://github.com/admob-plus/admob-plus)
+Plugin Repo: [https://github.com/admob-plus/admob-plus](https://github.com/admob-plus/admob-plus)
AdMob Plus is the successor of cordova-plugin-admob-free, which provides a cleaner API and build with modern tools.
diff --git a/docs/plugins/airship/README.md b/docs/plugins/airship/README.md
new file mode 100644
index 000000000..cda04e064
--- /dev/null
+++ b/docs/plugins/airship/README.md
@@ -0,0 +1,20 @@
+# Airship
+
+```
+$ ionic cordova plugin add @ua/cordova-airship
+$ npm install @awesome-cordova-plugins/airship
+```
+
+## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/airship/)
+
+Plugin Repo: [https://www.npmjs.com/package/@ua/cordova-airship](https://www.npmjs.com/package/@ua/cordova-airship)
+
+This plugin does something
+
+## Supported platforms
+
+- Android
+ - iOS
+
+
+
diff --git a/docs/plugins/approov-advanced-http/README.md b/docs/plugins/approov-advanced-http/README.md
index b2d5a5a77..fb1b3eea2 100644
--- a/docs/plugins/approov-advanced-http/README.md
+++ b/docs/plugins/approov-advanced-http/README.md
@@ -1,13 +1,13 @@
# HTTP
```
-$ ionic cordova plugin add cordova-approov-advanced-http
+$ ionic cordova plugin add @approov/cordova-plugin-advanced-http
$ npm install @awesome-cordova-plugins/approov-advanced-http
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/approov-advanced-http/)
-Plugin Repo: [https://github.com/approov/quickstart-ionic-advancedhttp](https://github.com/approov/quickstart-ionic-advancedhttp)
+Plugin Repo: [https://github.com/approov/quickstart-cordova-advancedhttp](https://github.com/approov/quickstart-cordova-advancedhttp)
Cordova / Phonegap plugin for communicating with HTTP servers. Supports iOS and Android.
diff --git a/docs/plugins/audio-management/README.md b/docs/plugins/audio-management/README.md
new file mode 100644
index 000000000..518bc7d96
--- /dev/null
+++ b/docs/plugins/audio-management/README.md
@@ -0,0 +1,20 @@
+# Audio Management
+
+```
+$ ionic cordova plugin add clovelced-plugin-audiomanagement
+$ npm install @awesome-cordova-plugins/audio-management
+```
+
+## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/audio-management/)
+
+Plugin Repo: [https://github.com/clovelCed/cordova-plugin-audiomanagement](https://github.com/clovelCed/cordova-plugin-audiomanagement)
+
+A Cordova plugin to manage volume of audio streams for: ring, music, notification and system. Possible
+ringer values for those streams are: silent, vibrate and normal.
+
+## Supported platforms
+
+- Android
+
+
+
diff --git a/docs/plugins/barkoder/README.md b/docs/plugins/barkoder/README.md
new file mode 100644
index 000000000..a7cbc1ec8
--- /dev/null
+++ b/docs/plugins/barkoder/README.md
@@ -0,0 +1,18 @@
+# DatamatrixBarcodeConfig
+rdova plugin add barkoder-cordova
+$ npm install @awesome-cordova-plugins/barkoder
+```
+
+## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/barkoder/)
+
+Plugin Repo: []()
+
+The barKoder Barcode Scanner SDK cordova plugin grants an easy to use solution with a great and completely customizable interface that can be instantly integrated in both iOS and Android apps.
+
+## Supported platforms
+
+- Android
+ - iOS
+
+
+
diff --git a/docs/plugins/cashfree-pg/README.md b/docs/plugins/cashfree-pg/README.md
index db682f0f6..cecd48bdf 100644
--- a/docs/plugins/cashfree-pg/README.md
+++ b/docs/plugins/cashfree-pg/README.md
@@ -1,5 +1,5 @@
-# CFPaymentComponentBuilder
-nic cordova plugin add cordova-plugin-cashfree-pg
+# CFUPIIntentCheckoutPayment
+ic cordova plugin add cordova-plugin-cashfree-pg
$ npm install @awesome-cordova-plugins/cashfree-pg
```
diff --git a/docs/plugins/cloud-settings/README.md b/docs/plugins/cloud-settings/README.md
index 3f52cddc0..d16baada3 100644
--- a/docs/plugins/cloud-settings/README.md
+++ b/docs/plugins/cloud-settings/README.md
@@ -1,7 +1,7 @@
# Cloud Settings
```
-$ ionic cordova plugin add cordova-plugin-cloud-settings --variable ANDROID_BACKUP_SERVICE_KEY=myapikey
+$ ionic cordova plugin add @marysuon/cordova-plugin-cloud-settings --variable ANDROID_BACKUP_SERVICE_KEY=myapikey
$ npm install @awesome-cordova-plugins/cloud-settings
```
diff --git a/docs/plugins/contacts/README.md b/docs/plugins/contacts/README.md
new file mode 100644
index 000000000..0396f88c0
--- /dev/null
+++ b/docs/plugins/contacts/README.md
@@ -0,0 +1,27 @@
+# Contacts
+
+```
+$ ionic cordova plugin add cordova-plugin-contacts
+$ npm install @awesome-cordova-plugins/contacts
+```
+
+## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/contacts/)
+
+Plugin Repo: [https://github.com/herdwatch-apps/cordova-plugin-contacts](https://github.com/herdwatch-apps/cordova-plugin-contacts)
+
+Access and manage Contacts on the device.
+
+## Supported platforms
+
+- Android
+ - BlackBerry 10
+ - Browser
+ - Firefox OS
+ - iOS
+ - Ubuntu
+ - Windows
+ - Windows 8
+ - Windows Phone
+
+
+
diff --git a/docs/plugins/downloader/README.md b/docs/plugins/downloader/README.md
new file mode 100644
index 000000000..b9e6698e6
--- /dev/null
+++ b/docs/plugins/downloader/README.md
@@ -0,0 +1,19 @@
+# Document Downloader
+
+```
+$ ionic cordova plugin add integrator-cordova-plugin-downloader
+$ npm install @awesome-cordova-plugins/downloader
+```
+
+## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/downloader/)
+
+Plugin Repo: [https://github.com/Luka313/integrator-cordova-plugin-downloader.git](https://github.com/Luka313/integrator-cordova-plugin-downloader.git)
+
+This plugin is designed to support downloading files using Android DownloadManager.
+
+## Supported platforms
+
+- Android
+
+
+
diff --git a/docs/plugins/fabric/README.md b/docs/plugins/fabric/README.md
index 6b0435dc4..67f09a290 100644
--- a/docs/plugins/fabric/README.md
+++ b/docs/plugins/fabric/README.md
@@ -1,4 +1,4 @@
-# Crashlytics
+# Answers
```
$ ionic cordova plugin add cordova-fabric-plugin --variable FABRIC_API_KEY=XXX --variable FABRIC_API_SECRET=xxx
@@ -9,7 +9,7 @@ $ npm install @awesome-cordova-plugins/fabric
Plugin Repo: [https://www.npmjs.com/package/cordova-fabric-plugin](https://www.npmjs.com/package/cordova-fabric-plugin)
-API for interacting with the Crashlytics kit.
+API for interacting with the Answers kit.
https://docs.fabric.io/crashlytics/index.html
@@ -20,3 +20,7 @@ https://docs.fabric.io/crashlytics/index.html
+OS
+
+
+
diff --git a/docs/plugins/firebase-model/README.md b/docs/plugins/firebase-model/README.md
index 3ca641076..559ed5bb8 100644
--- a/docs/plugins/firebase-model/README.md
+++ b/docs/plugins/firebase-model/README.md
@@ -1,7 +1,6 @@
# FirebaseModelInput
-Result
-t
-cordova plugin add cordova-plugin-firebase-model
+
+$ ionic cordova plugin add cordova-plugin-firebase-model
$ npm install @awesome-cordova-plugins/firebase-model
```
diff --git a/docs/plugins/genius-scan/README.md b/docs/plugins/genius-scan/README.md
new file mode 100644
index 000000000..6e656c0bd
--- /dev/null
+++ b/docs/plugins/genius-scan/README.md
@@ -0,0 +1,20 @@
+# Genius Scan
+
+```
+$ ionic cordova plugin add @thegrizzlylabs/cordova-plugin-genius-scan
+$ npm install @awesome-cordova-plugins/genius-scan
+```
+
+## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/genius-scan/)
+
+Plugin Repo: []()
+
+Plugin allows you to access the Genius Scan SDK core features from a Ionic application
+
+## Supported platforms
+
+- Android
+ - iOS
+
+
+
diff --git a/docs/plugins/hyper-track/README.md b/docs/plugins/hyper-track/README.md
index d1a04f840..567828abf 100644
--- a/docs/plugins/hyper-track/README.md
+++ b/docs/plugins/hyper-track/README.md
@@ -1,6 +1,8 @@
# Coordinates
-alidationError
-ic cordova plugin add cordova-plugin-hypertrack-v3
+ugin
+
+```
+$ ionic cordova plugin add cordova-plugin-hypertrack-v3
$ npm install @awesome-cordova-plugins/hyper-track
```
diff --git a/docs/plugins/i-root/README.md b/docs/plugins/i-root/README.md
index 403364d54..56b3ffad5 100644
--- a/docs/plugins/i-root/README.md
+++ b/docs/plugins/i-root/README.md
@@ -1,36 +1,20 @@
# IRoot
-```text
-$ ionic cordova plugin add cordova-plugin-iroot
+```
+$ ionic cordova plugin add cordova-plugin-IRoot
$ npm install @awesome-cordova-plugins/i-root
```
-## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/iroot/)
+## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/i-root/)
-Plugin Repo: [https://github.com/WuglyakBolgoink/cordova-plugin-iroot](https://github.com/WuglyakBolgoink/cordova-plugin-iroot)
+Plugin Repo: [https://github.com/WuglyakBolgoink/cordova-plugin-IRoot](https://github.com/WuglyakBolgoink/cordova-plugin-IRoot)
Use this plugin to add an extra layer of security for your app by detecting if the device was rooted (on android) or jailbreaked (on iOS).
## Supported platforms
-* Android
-* iOS
+- Android
+ - iOS
+
-## Original Plugin Notes
-### iOS - Postinstall
-
-To avoid errors like
-
-> -canOpenURL: failed for URL: "cydia://package/com.example.package" - error: "This app is not allowed to query for scheme cydia"
-
-don’t forget to add `"cydia"` in `LSApplicationQueriesSchemes` key of `info.plist`. Otherwise `canOpenURL` will always return `false`.
-
-```xml
-
- LSApplicationQueriesSchemes
-
- cydia
-
-
-```
\ No newline at end of file
diff --git a/docs/plugins/in-app-purchase-2/README.md b/docs/plugins/in-app-purchase-2/README.md
index 5eaf00432..ad6a6e5eb 100644
--- a/docs/plugins/in-app-purchase-2/README.md
+++ b/docs/plugins/in-app-purchase-2/README.md
@@ -33,6 +33,7 @@ Supports:
- **macOS** version 10
- **Xbox One**
- (and any platform supporting Microsoft's UWP)
+ - **cordova-plugin-purchase** version 12 or lower.
## Supported platforms
diff --git a/docs/plugins/in-app-purchase-3/README.md b/docs/plugins/in-app-purchase-3/README.md
new file mode 100644
index 000000000..8289fc2eb
--- /dev/null
+++ b/docs/plugins/in-app-purchase-3/README.md
@@ -0,0 +1,47 @@
+# "In App Purchase 3"
+
+```
+$ ionic cordova plugin add cordova-plugin-purchase --variable BILLING_KEY=""
+$ npm install @awesome-cordova-plugins/in-app-purchase-3
+```
+
+## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/in-app-purchase-3/)
+
+Plugin Repo: [https://github.com/j3k0/cordova-plugin-purchase](https://github.com/j3k0/cordova-plugin-purchase)
+
+In-App Purchase on iOS, Android, Windows, macOS and XBox.
+
+This plugin replace the previous InAppPurchase2, due to backward compatibility issue with the wrapped
+cordova-plugin-purchase version 13.0
+
+## Features
+
+| | ios | android | win-8 | win-10/uwp | mac |
+|--|--|--|--|--|--|
+| consumables | ✅ | ✅ | ✅ | ✅ | ✅ |
+| non consumables | ✅ | ✅ | ✅ | ✅ | ✅ |
+| subscriptions | ✅ | ✅ | ✅ | ✅ | ✅ |
+| restore purchases | ✅ | ✅ | ✅ | ✅ | ✅ |
+| receipt validations | ✅ | ✅ | | ✅ | ✅ |
+| introductory prices | ✅ | ✅ | | ✅ | ✅ |
+
+Supports:
+
+ - **iOS** version 7.0 or higher.
+ - **Android** version 2.2 (API level 8) or higher
+ - with Google Play client version 3.9.16 or higher
+ - **Windows** Store/Phone 8.1 or higher
+ - **Windows 10 Mobile**
+ - **macOS** version 10
+ - **Xbox One**
+ - (and any platform supporting Microsoft's UWP)
+ - **cordova-plugin-purchase** version 13.0 or higher
+
+## Supported platforms
+
+- iOS
+ - Android
+ - Windows
+
+
+
diff --git a/docs/plugins/intercom/README.md b/docs/plugins/intercom/README.md
index a4b8fde70..bbc37a05a 100644
--- a/docs/plugins/intercom/README.md
+++ b/docs/plugins/intercom/README.md
@@ -10,7 +10,7 @@ $ npm install @awesome-cordova-plugins/intercom
Plugin Repo: [https://github.com/intercom/intercom-cordova](https://github.com/intercom/intercom-cordova)
This is a plugin that allows your Ionic app to use Intercom for iOS and/or Intercom for Android.
-Follow the offical documentation to setup this plugin correctly: https://developers.intercom.com/docs/cordova-phonegap-configuration
+Follow the offical documentation to setup this plugin correctly: https://developers.intercom.com/installing-intercom/cordova-phonegap/installation
## Supported platforms
diff --git a/docs/plugins/mobile-messaging/README.md b/docs/plugins/mobile-messaging/README.md
index acfcfd6ca..455405efa 100644
--- a/docs/plugins/mobile-messaging/README.md
+++ b/docs/plugins/mobile-messaging/README.md
@@ -1,6 +1,5 @@
-# Mobile Messaging
+# CustomMessageStorage
-```
$ ionic cordova plugin add com-infobip-plugins-mobilemessaging
$ npm install @awesome-cordova-plugins/mobile-messaging
```
diff --git a/docs/plugins/network-permission/README.md b/docs/plugins/network-permission/README.md
new file mode 100644
index 000000000..a9261df14
--- /dev/null
+++ b/docs/plugins/network-permission/README.md
@@ -0,0 +1,19 @@
+# Network Permission
+
+```
+$ ionic cordova plugin add cordova-plugin-network-permission
+$ npm install @awesome-cordova-plugins/network-permission
+```
+
+## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/network-permission/)
+
+Plugin Repo: [https://github.com/j5int/cordova-plugin-network-permission](https://github.com/j5int/cordova-plugin-network-permission)
+
+Requires Cordova plugin: cordova-plugin-network-permission. For more info, please see the [Network permission plugin docs](https://github.com/j5int/cordova-plugin-network-permission).
+
+## Supported platforms
+
+- iOS
+
+
+
diff --git a/docs/plugins/nfc/README.md b/docs/plugins/nfc/README.md
index 158c32e13..e2bc2a8fd 100644
--- a/docs/plugins/nfc/README.md
+++ b/docs/plugins/nfc/README.md
@@ -1,7 +1,6 @@
-# NFC
+# UriHelper
-```
-$ ionic cordova plugin add phonegap-nfc
+ionic cordova plugin add phonegap-nfc
$ npm install @awesome-cordova-plugins/nfc
```
diff --git a/docs/plugins/openinstall/README.md b/docs/plugins/openinstall/README.md
new file mode 100644
index 000000000..e700aa202
--- /dev/null
+++ b/docs/plugins/openinstall/README.md
@@ -0,0 +1,20 @@
+# OpenInstall
+
+```
+$ ionic cordova plugin add cordova-plugin-openinstall
+$ npm install @awesome-cordova-plugins/openinstall
+```
+
+## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/openinstall/)
+
+Plugin Repo: [https://github.com/openinstall/cordova-plugin-openinstall](https://github.com/openinstall/cordova-plugin-openinstall)
+
+
+
+## Supported platforms
+
+- Android
+ - iOS
+
+
+
diff --git a/docs/plugins/purchases/README.md b/docs/plugins/purchases/README.md
index bfbab32da..e02d1f6ec 100644
--- a/docs/plugins/purchases/README.md
+++ b/docs/plugins/purchases/README.md
@@ -9,7 +9,7 @@ $ npm install @awesome-cordova-plugins/purchases
Plugin Repo: [https://github.com/RevenueCat/cordova-plugin-purchases](https://github.com/RevenueCat/cordova-plugin-purchases)
-*Purchases* is a client for the [RevenueCat](https://www.revenuecat.com/) subscription and purchase tracking system.
+Purchases* is a client for the [RevenueCat](https://www.revenuecat.com/) subscription and purchase tracking system.
It is an open source framework that provides a wrapper around `BillingClient`, `StoreKit` and the RevenueCat backend
to make implementing in-app subscriptions easy - receipt validation and status tracking included!
diff --git a/docs/plugins/save-dialog/README.md b/docs/plugins/save-dialog/README.md
index d19e9a055..b45e32caf 100644
--- a/docs/plugins/save-dialog/README.md
+++ b/docs/plugins/save-dialog/README.md
@@ -1,6 +1,6 @@
-# Save Dialog
+# SaveDialog
-```text
+```
$ ionic cordova plugin add cordova-plugin-save-dialog
$ npm install @awesome-cordova-plugins/save-dialog
```
@@ -9,12 +9,12 @@ $ npm install @awesome-cordova-plugins/save-dialog
Plugin Repo: [https://github.com/Amphiluke/cordova-plugin-save-dialog](https://github.com/Amphiluke/cordova-plugin-save-dialog)
-This Cordova plugin displays the native Save dialog which allows users to store a file in the selected location.
+Plugin displays the native Save dialog which allows users to store a file in the selected location.
## Supported platforms
-* Android
-* iOS
-
+- Android
+ - iOS
+
diff --git a/docs/plugins/screenshot/README.md b/docs/plugins/screenshot/README.md
new file mode 100644
index 000000000..dada9a7b6
--- /dev/null
+++ b/docs/plugins/screenshot/README.md
@@ -0,0 +1,20 @@
+# Screenshot
+
+```
+$ ionic cordova plugin add @herdwatch/cordova-plugin-screenshot
+$ npm install @awesome-cordova-plugins/screenshot
+```
+
+## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/screenshot/)
+
+Plugin Repo: [https://github.com/herdwatch-apps/cordova-plugin-screenshot](https://github.com/herdwatch-apps/cordova-plugin-screenshot)
+
+Captures a screen shot
+
+## Supported platforms
+
+- Android
+ - iOS
+
+
+
diff --git a/docs/plugins/shortcuts-android/README.md b/docs/plugins/shortcuts-android/README.md
new file mode 100644
index 000000000..62bcd9c59
--- /dev/null
+++ b/docs/plugins/shortcuts-android/README.md
@@ -0,0 +1,23 @@
+# ShortcutsAndroid
+
+```
+$ ionic cordova plugin add cordova-plugin-shortcuts-android
+$ npm install @awesome-cordova-plugins/shortcuts-android
+```
+
+## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/shortcuts-android/)
+
+Plugin Repo: [https://github.com/avargaskun/cordova-plugin-shortcuts-android](https://github.com/avargaskun/cordova-plugin-shortcuts-android)
+
+Use this plugin to create shortcuts in Android. Use this plugin to handle Intents on your application.
+For more information on Android App Shortcuts: https://developer.android.com/guide/topics/ui/shortcuts.html
+For more information on Android Intents: https://developer.android.com/guide/components/intents-filters.html
+
+The work that went into creating this plug-in was inspired by the existing plugins: cordova-plugin-shortcut and cordova-plugin-webintent2.
+
+## Supported platforms
+
+- Android
+
+
+
diff --git a/docs/plugins/sign-in-with-apple/README.md b/docs/plugins/sign-in-with-apple/README.md
index a2076b9c0..ea3a8e30f 100644
--- a/docs/plugins/sign-in-with-apple/README.md
+++ b/docs/plugins/sign-in-with-apple/README.md
@@ -1,5 +1,7 @@
-# ASAuthorizationAppleIDRequest
-c cordova plugin add cordova-plugin-sign-in-with-apple
+# Sign In With Apple
+
+```
+$ ionic cordova plugin add cordova-plugin-sign-in-with-apple
$ npm install @awesome-cordova-plugins/sign-in-with-apple
```
diff --git a/docs/plugins/smtp-client/README.md b/docs/plugins/smtp-client/README.md
index 564b8ebc4..7f57fb7a0 100644
--- a/docs/plugins/smtp-client/README.md
+++ b/docs/plugins/smtp-client/README.md
@@ -14,4 +14,7 @@ Plugin Repo: [https://github.com/CWBudde/cordova-plugin-smtp-client](https://git
## Supported platforms
- Android
-- iOS
+ - iOS
+
+
+
diff --git a/docs/plugins/sockets-tcp/README.md b/docs/plugins/sockets-tcp/README.md
new file mode 100644
index 000000000..f8553182d
--- /dev/null
+++ b/docs/plugins/sockets-tcp/README.md
@@ -0,0 +1,20 @@
+# SocketsTcp
+
+```
+$ ionic cordova plugin add https://github.com/KoenLav/cordova-plugin-chrome-apps-sockets-tcp
+$ npm install @awesome-cordova-plugins/sockets-tcp
+```
+
+## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/sockets-tcp/)
+
+Plugin Repo: [https://github.com/KoenLav/cordova-plugin-chrome-apps-sockets-tcp](https://github.com/KoenLav/cordova-plugin-chrome-apps-sockets-tcp)
+
+This plugin provides TCP client sockets for Android and iOS.
+
+## Supported platforms
+
+- Android
+ - iOS
+
+
+
diff --git a/docs/plugins/sockets-udp/README.md b/docs/plugins/sockets-udp/README.md
new file mode 100644
index 000000000..b0cf2580c
--- /dev/null
+++ b/docs/plugins/sockets-udp/README.md
@@ -0,0 +1,20 @@
+# SocketsUdp
+
+```
+$ ionic cordova plugin add cordova-plugin-chrome-apps-sockets-udp
+$ npm install @awesome-cordova-plugins/sockets-udp
+```
+
+## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/sockets-udp/)
+
+Plugin Repo: [https://github.com/herdwatch-apps/cordova-plugin-chrome-apps-sockets-udp](https://github.com/herdwatch-apps/cordova-plugin-chrome-apps-sockets-udp)
+
+This plugin provides UDP sockets for Android and iOS.
+
+## Supported platforms
+
+- Android
+ - iOS
+
+
+
diff --git a/docs/plugins/ssl-certificate-checker/README.md b/docs/plugins/ssl-certificate-checker/README.md
index 866454fcb..70b9a0c74 100644
--- a/docs/plugins/ssl-certificate-checker/README.md
+++ b/docs/plugins/ssl-certificate-checker/README.md
@@ -1,7 +1,7 @@
# SSLCertificateChecker
```
-$ ionic cordova plugin add cordova-plugin-sslcertificatechecker
+$ ionic cordova plugin add SSLCertificateChecker-PhoneGap-Plugin
$ npm install @awesome-cordova-plugins/ssl-certificate-checker
```
@@ -11,7 +11,10 @@ Plugin Repo: [https://github.com/EddyVerbruggen/SSLCertificateChecker-PhoneGap-P
Cordova plugin to check SSL certificates on Android and iOS.
-## Supported Platforms
+## Supported platforms
+
+- Android
+ - iOS
+
+
-* Android
-* iOS
diff --git a/docs/plugins/tealium/README.md b/docs/plugins/tealium/README.md
index 730f4f577..9ee3e4a3b 100644
--- a/docs/plugins/tealium/README.md
+++ b/docs/plugins/tealium/README.md
@@ -1,5 +1,7 @@
-# ConsentExpiry
- ''
+# Tealium
+
+```
+$ ''
$ npm install @awesome-cordova-plugins/tealium
```
diff --git a/docs/plugins/three-dee-touch/README.md b/docs/plugins/three-dee-touch/README.md
index 4242a6555..b6e046f5d 100644
--- a/docs/plugins/three-dee-touch/README.md
+++ b/docs/plugins/three-dee-touch/README.md
@@ -1,13 +1,13 @@
# 3D Touch
```
-$ ionic cordova plugin add cordova-plugin-3dtouch
+$ ionic cordova plugin add @herdwatch/cordova-plugin-3dtouch
$ npm install @awesome-cordova-plugins/three-dee-touch
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/three-dee-touch/)
-Plugin Repo: [https://github.com/EddyVerbruggen/cordova-plugin-3dtouch](https://github.com/EddyVerbruggen/cordova-plugin-3dtouch)
+Plugin Repo: [https://github.com/herdwatch-apps/cordova-plugin-3dtouch](https://github.com/herdwatch-apps/cordova-plugin-3dtouch)
The 3D Touch plugin adds 3D Touch capabilities to your Cordova app.
diff --git a/docs/plugins/unvired-cordova-sdk/README.md b/docs/plugins/unvired-cordova-sdk/README.md
index 9848c3c1e..da595b83d 100644
--- a/docs/plugins/unvired-cordova-sdk/README.md
+++ b/docs/plugins/unvired-cordova-sdk/README.md
@@ -1,7 +1,7 @@
-# SyncResult
-ult
-ivateResult
-ionic cordova plugin add @awesome-cordova-plugins/unvired-cordova-sdk
+# Unvired Cordova SDK
+
+```
+$ ionic cordova plugin add @awesome-cordova-plugins/unvired-cordova-sdk
$ npm install @awesome-cordova-plugins/unvired-cordova-sdk
```
diff --git a/docs/plugins/we-cap-inbox/README.md b/docs/plugins/we-cap-inbox/README.md
new file mode 100644
index 000000000..6ff5c8b51
--- /dev/null
+++ b/docs/plugins/we-cap-inbox/README.md
@@ -0,0 +1,20 @@
+# WE Cap Inbox
+
+```
+$ ionic cordova plugin add we-notificationinbox-cordova
+$ npm install @awesome-cordova-plugins/we-cap-inbox
+```
+
+## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/we-cap-inbox/)
+
+Plugin Repo: [https://github.com/WebEngage/we-ionic-notification-inbox](https://github.com/WebEngage/we-ionic-notification-inbox)
+
+This plugin provides functionalities to manage notifications in your app.
+
+## Supported platforms
+
+- Android
+ - iOS
+
+
+
diff --git a/docs/plugins/wonderpush/README.md b/docs/plugins/wonderpush/README.md
index 03d7394b6..f771b97c9 100644
--- a/docs/plugins/wonderpush/README.md
+++ b/docs/plugins/wonderpush/README.md
@@ -1,5 +1,4 @@
-# UserPreferencesMethods
-nderPush
+# Push Notifications - WonderPush
```
$ ionic cordova plugin add wonderpush-cordova-sdk --variable CLIENT_ID=YOUR_CLIENT_ID --variable CLIENT_SECRET=YOUR_CLIENT_SECRET