修改屏幕亮度和图标
diff --git a/platforms/browser/browser.json b/platforms/browser/browser.json
index 13a6fc8..fb5ae44 100644
--- a/platforms/browser/browser.json
+++ b/platforms/browser/browser.json
@@ -102,6 +102,9 @@
     },
     "cordova-plugin-wkwebview-engine": {
       "PACKAGE_NAME": "com.supwisdom.dlapp"
+    },
+    "cordova-plugin-brightness": {
+      "PACKAGE_NAME": "com.dalicitycard.app"
     }
   },
   "dependent_plugins": {},
@@ -467,6 +470,14 @@
       "clobbers": [
         "cordova.getAppVersion"
       ]
+    },
+    {
+      "file": "plugins/cordova-plugin-brightness/www/brightness.js",
+      "id": "cordova-plugin-brightness.Brightness",
+      "pluginId": "cordova-plugin-brightness",
+      "clobbers": [
+        "cordova.plugins.brightness"
+      ]
     }
   ],
   "plugin_metadata": {
@@ -486,6 +497,7 @@
     "cordova-plugin-jcore": "1.3.0",
     "jpush-phonegap-plugin": "3.7.2",
     "cordova-plugin-app-version": "0.1.9",
-    "cordova-plugin-wkwebview-engine": "1.2.1"
+    "cordova-plugin-wkwebview-engine": "1.2.1",
+    "cordova-plugin-brightness": "0.1.5"
   }
 }