From 3a00033fc48fcf2897f27d37c0602c6d5aaf664e Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 11 Sep 2019 23:07:03 -0600 Subject: [PATCH] stuff --- config.xml | 1 + package.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config.xml b/config.xml index 47a8db2..46af638 100644 --- a/config.xml +++ b/config.xml @@ -41,4 +41,5 @@ + diff --git a/package.json b/package.json index adf4f57..c1d60a8 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "plugins": { "cordova-plugin-geolocation": {}, "cordova-plugin-whitelist": {}, - "cordova-plugin-powermanagement-orig": {}, - "cordova-plugin-inappbrowser": {} + "cordova-plugin-inappbrowser": {}, + "at.gofg.sportscomputer.powermanagement": {} }, "platforms": [ "android" @@ -30,4 +30,4 @@ "cordova-plugin-powermanagement-orig": "https://source.netsyms.com/Mirrors/boltex_cordova-plugin-powermanagement.git", "cordova-plugin-whitelist": "^1.3.4" } -} \ No newline at end of file +}