From 3826715f0c1ec1950db49a159a4dff1fd41e681c Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 23:34:32 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- .../package.json | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 js/ui/cordova/plugins/cordova-plugin-chrome-apps-common/package.json diff --git a/js/ui/cordova/plugins/cordova-plugin-chrome-apps-common/package.json b/js/ui/cordova/plugins/cordova-plugin-chrome-apps-common/package.json new file mode 100644 index 0000000..6f11c2c --- /dev/null +++ b/js/ui/cordova/plugins/cordova-plugin-chrome-apps-common/package.json @@ -0,0 +1,31 @@ +{ + "name": "cordova-plugin-chrome-apps-common", + "version": "1.0.7", + "description": "This plugin is a dependency for a few other chromium plugins.", + "cordova": { + "id": "cordova-plugin-chrome-apps-common", + "platforms": [] + }, + "repository": { + "type": "git", + "url": "https://github.com/MobileChromeApps/cordova-plugin-chrome-apps-common.git" + }, + "keywords": [ + "chrome", + "common", + "util", + "ecosystem:cordova" + ], + "engines": [ + { + "name": "cordova", + "version": ">=3.0.0" + } + ], + "author": "", + "license": "BSD", + "bugs": { + "url": "https://github.com/MobileChromeApps/cordova-plugin-chrome-apps-common/issues" + }, + "homepage": "https://github.com/MobileChromeApps/cordova-plugin-chrome-apps-common" +}