From d09fd4894f1935b6eb55a4e3aec7449fd6e6705f Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 12 Jan 2019 19:22:28 -0700 Subject: [PATCH] Add cordova-plugin-inappbrowser --- config.xml | 1 + licenses.txt | 4 ++-- package.json | 4 +++- www/pages/credits.html | 4 ++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/config.xml b/config.xml index 3438454..ed4009a 100644 --- a/config.xml +++ b/config.xml @@ -48,6 +48,7 @@ + diff --git a/licenses.txt b/licenses.txt index bb14d80..22a8ca0 100644 --- a/licenses.txt +++ b/licenses.txt @@ -1597,8 +1597,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ----- -# cordova-plugin-statusbar, cordova-plugin-whitelist -Source: https://github.com/apache/cordova-plugin-statusbar (cordova-plugin-statusbar), https://github.com/apache/cordova-plugin-whitelist (cordova-plugin-whitelist) +# cordova-plugin-inappbrowser, cordova-plugin-statusbar, cordova-plugin-whitelist +Source: https://github.com/apache/cordova-plugin-inappbrowser (cordova-plugin-inappbrowser), https://github.com/apache/cordova-plugin-statusbar (cordova-plugin-statusbar), https://github.com/apache/cordova-plugin-whitelist (cordova-plugin-whitelist) License: Apache License diff --git a/package.json b/package.json index 567738a..61b0573 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "cordova-browser": "^5.0.4", "cordova-plugin-app-version": "^0.1.9", "cordova-plugin-headercolor": "^1.0.0", + "cordova-plugin-inappbrowser": "^3.0.0", "cordova-plugin-statusbar": "^2.4.2", "cordova-plugin-whitelist": "^1.3.3" }, @@ -22,7 +23,8 @@ "cordova-plugin-whitelist": {}, "cordova-plugin-statusbar": {}, "cordova-plugin-headercolor": {}, - "cordova-plugin-app-version": {} + "cordova-plugin-app-version": {}, + "cordova-plugin-inappbrowser": {} }, "platforms": [ "browser", diff --git a/www/pages/credits.html b/www/pages/credits.html index 99829b3..285aa47 100644 --- a/www/pages/credits.html +++ b/www/pages/credits.html @@ -1668,9 +1668,9 @@
-

cordova-plugin-statusbar, cordova-plugin-whitelist

+

cordova-plugin-inappbrowser, cordova-plugin-statusbar, cordova-plugin-whitelist

-

Source: https://github.com/apache/cordova-plugin-statusbar (cordova-plugin-statusbar), https://github.com/apache/cordova-plugin-whitelist (cordova-plugin-whitelist)
+

Source: https://github.com/apache/cordova-plugin-inappbrowser (cordova-plugin-inappbrowser), https://github.com/apache/cordova-plugin-statusbar (cordova-plugin-statusbar), https://github.com/apache/cordova-plugin-whitelist (cordova-plugin-whitelist)
License:

Apache License