From dd52f5a135b4fce0e7137ce693d20c41408d3337 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 10 Sep 2019 22:01:28 -0600 Subject: [PATCH] Fix Cordova plugins --- config.xml | 32 +++++++++++++++++--------------- package.json | 3 ++- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/config.xml b/config.xml index 6b14c03..34e245d 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - - + + PackageHelper Assistant app for door-to-door package delivery. @@ -7,28 +7,30 @@ Netsyms Technologies - - + - - - - - - - - + + + + + + + - + - - + + + + + + diff --git a/package.json b/package.json index 1b23223..71c422d 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "plugins": { "cordova-plugin-geolocation": {}, "cordova-plugin-whitelist": {}, - "at.gofg.sportscomputer.powermanagement": {} + "at.gofg.sportscomputer.powermanagement": {}, + "cordova-plugin-inappbrowser": {} }, "platforms": [ "android"