From d71a085de59136e5713b355072614c585829fd01 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 23:34:05 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- .../cordova-plugin-whitelist/package.json | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 js/ui/cordova/plugins/cordova-plugin-whitelist/package.json diff --git a/js/ui/cordova/plugins/cordova-plugin-whitelist/package.json b/js/ui/cordova/plugins/cordova-plugin-whitelist/package.json new file mode 100644 index 0000000..8abf81a --- /dev/null +++ b/js/ui/cordova/plugins/cordova-plugin-whitelist/package.json @@ -0,0 +1,35 @@ +{ + "name": "cordova-plugin-whitelist", + "version": "1.3.3", + "description": "Cordova Whitelist Plugin", + "cordova": { + "platforms": [ + "android" + ] + }, + "repository": { + "type": "git", + "url": "https://github.com/apache/cordova-plugin-whitelist" + }, + "bugs": { + "url": "https://issues.apache.org/jira/browse/CB" + }, + "keywords": [ + "cordova", + "whitelist", + "ecosystem:cordova", + "cordova-android" + ], + "engines": { + "cordovaDependencies": { + "0.0.0": { + "cordova-android": ">=4.0.0" + }, + "2.0.0": { + "cordova": ">100" + } + } + }, + "author": "Apache Software Foundation", + "license": "Apache-2.0" +}