426 lines
13 KiB
JSON
426 lines
13 KiB
JSON
{
|
|
"prepare_queue": {
|
|
"installed": [],
|
|
"uninstalled": []
|
|
},
|
|
"config_munge": {
|
|
"files": {
|
|
"res/xml/config.xml": {
|
|
"parents": {
|
|
"/*": [
|
|
{
|
|
"xml": "<feature name=\"Camera\"><param name=\"android-package\" value=\"org.apache.cordova.camera.CameraLauncher\" /></feature>",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<feature name=\"Notification\"><param name=\"android-package\" value=\"org.apache.cordova.dialogs.Notification\" /></feature>",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<feature name=\"File\"><param name=\"android-package\" value=\"org.apache.cordova.file.FileUtils\" /><param name=\"onload\" value=\"true\" /></feature>",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<allow-navigation href=\"cdvfile:*\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<feature name=\"Capture\"><param name=\"android-package\" value=\"org.apache.cordova.mediacapture.Capture\" /></feature>",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<feature name=\"Whitelist\"><param name=\"android-package\" value=\"org.apache.cordova.whitelist.WhitelistPlugin\" /><param name=\"onload\" value=\"true\" /></feature>",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<feature name=\"BarcodeScanner\"><param name=\"android-package\" value=\"com.phonegap.plugins.barcodescanner.BarcodeScanner\" /></feature>",
|
|
"count": 1
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"AndroidManifest.xml": {
|
|
"parents": {
|
|
"/*": [
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
|
|
"count": 3
|
|
},
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.permission.RECORD_AUDIO\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.permission.RECORD_VIDEO\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.permission.READ_EXTERNAL_STORAGE\" />",
|
|
"count": 1
|
|
}
|
|
],
|
|
"application": [
|
|
{
|
|
"xml": "<provider android:authorities=\"${applicationId}.provider\" android:exported=\"false\" android:grantUriPermissions=\"true\" android:name=\"org.apache.cordova.camera.FileProvider\"><meta-data android:name=\"android.support.FILE_PROVIDER_PATHS\" android:resource=\"@xml/camera_provider_paths\" /></provider>",
|
|
"count": 1
|
|
}
|
|
],
|
|
"/manifest/application": [
|
|
{
|
|
"xml": "<activity android:clearTaskOnLaunch=\"true\" android:configChanges=\"orientation|keyboardHidden|screenSize\" android:exported=\"false\" android:name=\"com.google.zxing.client.android.CaptureActivity\" android:theme=\"@android:style/Theme.NoTitleBar.Fullscreen\" android:windowSoftInputMode=\"stateAlwaysHidden\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<activity android:label=\"Share\" android:name=\"com.google.zxing.client.android.encode.EncodeActivity\" />",
|
|
"count": 1
|
|
}
|
|
],
|
|
"/manifest": [
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.permission.CAMERA\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.permission.FLASHLIGHT\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<uses-feature android:name=\"android.hardware.camera\" android:required=\"true\" />",
|
|
"count": 1
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"installed_plugins": {
|
|
"cordova-plugin-camera": {
|
|
"PACKAGE_NAME": "es.verdnatura.verdnaturafoto"
|
|
},
|
|
"cordova-plugin-dialogs": {
|
|
"PACKAGE_NAME": "es.verdnatura.verdnaturafoto"
|
|
},
|
|
"cordova-plugin-file": {
|
|
"PACKAGE_NAME": "es.verdnatura.verdnaturafoto"
|
|
},
|
|
"cordova-plugin-media-capture": {
|
|
"PACKAGE_NAME": "es.verdnatura.verdnaturafoto"
|
|
},
|
|
"cordova-plugin-whitelist": {
|
|
"PACKAGE_NAME": "es.verdnatura.verdnaturafoto"
|
|
},
|
|
"phonegap-plugin-barcodescanner": {
|
|
"ANDROID_SUPPORT_V4_VERSION": "27.+",
|
|
"PACKAGE_NAME": "es.verdnatura.verdnaturafoto"
|
|
}
|
|
},
|
|
"dependent_plugins": {},
|
|
"modules": [
|
|
{
|
|
"id": "cordova-plugin-camera.Camera",
|
|
"file": "plugins/cordova-plugin-camera/www/CameraConstants.js",
|
|
"pluginId": "cordova-plugin-camera",
|
|
"clobbers": [
|
|
"Camera"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-camera.CameraPopoverOptions",
|
|
"file": "plugins/cordova-plugin-camera/www/CameraPopoverOptions.js",
|
|
"pluginId": "cordova-plugin-camera",
|
|
"clobbers": [
|
|
"CameraPopoverOptions"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-camera.camera",
|
|
"file": "plugins/cordova-plugin-camera/www/Camera.js",
|
|
"pluginId": "cordova-plugin-camera",
|
|
"clobbers": [
|
|
"navigator.camera"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-camera.CameraPopoverHandle",
|
|
"file": "plugins/cordova-plugin-camera/www/CameraPopoverHandle.js",
|
|
"pluginId": "cordova-plugin-camera",
|
|
"clobbers": [
|
|
"CameraPopoverHandle"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-dialogs.notification",
|
|
"file": "plugins/cordova-plugin-dialogs/www/notification.js",
|
|
"pluginId": "cordova-plugin-dialogs",
|
|
"merges": [
|
|
"navigator.notification"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-dialogs.notification_android",
|
|
"file": "plugins/cordova-plugin-dialogs/www/android/notification.js",
|
|
"pluginId": "cordova-plugin-dialogs",
|
|
"merges": [
|
|
"navigator.notification"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-file.DirectoryEntry",
|
|
"file": "plugins/cordova-plugin-file/www/DirectoryEntry.js",
|
|
"pluginId": "cordova-plugin-file",
|
|
"clobbers": [
|
|
"window.DirectoryEntry"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-file.DirectoryReader",
|
|
"file": "plugins/cordova-plugin-file/www/DirectoryReader.js",
|
|
"pluginId": "cordova-plugin-file",
|
|
"clobbers": [
|
|
"window.DirectoryReader"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-file.Entry",
|
|
"file": "plugins/cordova-plugin-file/www/Entry.js",
|
|
"pluginId": "cordova-plugin-file",
|
|
"clobbers": [
|
|
"window.Entry"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-file.File",
|
|
"file": "plugins/cordova-plugin-file/www/File.js",
|
|
"pluginId": "cordova-plugin-file",
|
|
"clobbers": [
|
|
"window.File"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-file.FileEntry",
|
|
"file": "plugins/cordova-plugin-file/www/FileEntry.js",
|
|
"pluginId": "cordova-plugin-file",
|
|
"clobbers": [
|
|
"window.FileEntry"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-file.FileError",
|
|
"file": "plugins/cordova-plugin-file/www/FileError.js",
|
|
"pluginId": "cordova-plugin-file",
|
|
"clobbers": [
|
|
"window.FileError"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-file.FileReader",
|
|
"file": "plugins/cordova-plugin-file/www/FileReader.js",
|
|
"pluginId": "cordova-plugin-file",
|
|
"clobbers": [
|
|
"window.FileReader"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-file.FileSystem",
|
|
"file": "plugins/cordova-plugin-file/www/FileSystem.js",
|
|
"pluginId": "cordova-plugin-file",
|
|
"clobbers": [
|
|
"window.FileSystem"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-file.FileUploadOptions",
|
|
"file": "plugins/cordova-plugin-file/www/FileUploadOptions.js",
|
|
"pluginId": "cordova-plugin-file",
|
|
"clobbers": [
|
|
"window.FileUploadOptions"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-file.FileUploadResult",
|
|
"file": "plugins/cordova-plugin-file/www/FileUploadResult.js",
|
|
"pluginId": "cordova-plugin-file",
|
|
"clobbers": [
|
|
"window.FileUploadResult"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-file.FileWriter",
|
|
"file": "plugins/cordova-plugin-file/www/FileWriter.js",
|
|
"pluginId": "cordova-plugin-file",
|
|
"clobbers": [
|
|
"window.FileWriter"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-file.Flags",
|
|
"file": "plugins/cordova-plugin-file/www/Flags.js",
|
|
"pluginId": "cordova-plugin-file",
|
|
"clobbers": [
|
|
"window.Flags"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-file.LocalFileSystem",
|
|
"file": "plugins/cordova-plugin-file/www/LocalFileSystem.js",
|
|
"pluginId": "cordova-plugin-file",
|
|
"clobbers": [
|
|
"window.LocalFileSystem"
|
|
],
|
|
"merges": [
|
|
"window"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-file.Metadata",
|
|
"file": "plugins/cordova-plugin-file/www/Metadata.js",
|
|
"pluginId": "cordova-plugin-file",
|
|
"clobbers": [
|
|
"window.Metadata"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-file.ProgressEvent",
|
|
"file": "plugins/cordova-plugin-file/www/ProgressEvent.js",
|
|
"pluginId": "cordova-plugin-file",
|
|
"clobbers": [
|
|
"window.ProgressEvent"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-file.fileSystems",
|
|
"file": "plugins/cordova-plugin-file/www/fileSystems.js",
|
|
"pluginId": "cordova-plugin-file"
|
|
},
|
|
{
|
|
"id": "cordova-plugin-file.requestFileSystem",
|
|
"file": "plugins/cordova-plugin-file/www/requestFileSystem.js",
|
|
"pluginId": "cordova-plugin-file",
|
|
"clobbers": [
|
|
"window.requestFileSystem"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-file.resolveLocalFileSystemURI",
|
|
"file": "plugins/cordova-plugin-file/www/resolveLocalFileSystemURI.js",
|
|
"pluginId": "cordova-plugin-file",
|
|
"merges": [
|
|
"window"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-file.isChrome",
|
|
"file": "plugins/cordova-plugin-file/www/browser/isChrome.js",
|
|
"pluginId": "cordova-plugin-file",
|
|
"runs": true
|
|
},
|
|
{
|
|
"id": "cordova-plugin-file.androidFileSystem",
|
|
"file": "plugins/cordova-plugin-file/www/android/FileSystem.js",
|
|
"pluginId": "cordova-plugin-file",
|
|
"merges": [
|
|
"FileSystem"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-file.fileSystems-roots",
|
|
"file": "plugins/cordova-plugin-file/www/fileSystems-roots.js",
|
|
"pluginId": "cordova-plugin-file",
|
|
"runs": true
|
|
},
|
|
{
|
|
"id": "cordova-plugin-file.fileSystemPaths",
|
|
"file": "plugins/cordova-plugin-file/www/fileSystemPaths.js",
|
|
"pluginId": "cordova-plugin-file",
|
|
"merges": [
|
|
"cordova"
|
|
],
|
|
"runs": true
|
|
},
|
|
{
|
|
"id": "cordova-plugin-media-capture.CaptureAudioOptions",
|
|
"file": "plugins/cordova-plugin-media-capture/www/CaptureAudioOptions.js",
|
|
"pluginId": "cordova-plugin-media-capture",
|
|
"clobbers": [
|
|
"CaptureAudioOptions"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-media-capture.CaptureImageOptions",
|
|
"file": "plugins/cordova-plugin-media-capture/www/CaptureImageOptions.js",
|
|
"pluginId": "cordova-plugin-media-capture",
|
|
"clobbers": [
|
|
"CaptureImageOptions"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-media-capture.CaptureVideoOptions",
|
|
"file": "plugins/cordova-plugin-media-capture/www/CaptureVideoOptions.js",
|
|
"pluginId": "cordova-plugin-media-capture",
|
|
"clobbers": [
|
|
"CaptureVideoOptions"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-media-capture.CaptureError",
|
|
"file": "plugins/cordova-plugin-media-capture/www/CaptureError.js",
|
|
"pluginId": "cordova-plugin-media-capture",
|
|
"clobbers": [
|
|
"CaptureError"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-media-capture.MediaFileData",
|
|
"file": "plugins/cordova-plugin-media-capture/www/MediaFileData.js",
|
|
"pluginId": "cordova-plugin-media-capture",
|
|
"clobbers": [
|
|
"MediaFileData"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-media-capture.MediaFile",
|
|
"file": "plugins/cordova-plugin-media-capture/www/MediaFile.js",
|
|
"pluginId": "cordova-plugin-media-capture",
|
|
"clobbers": [
|
|
"MediaFile"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-media-capture.helpers",
|
|
"file": "plugins/cordova-plugin-media-capture/www/helpers.js",
|
|
"pluginId": "cordova-plugin-media-capture",
|
|
"runs": true
|
|
},
|
|
{
|
|
"id": "cordova-plugin-media-capture.capture",
|
|
"file": "plugins/cordova-plugin-media-capture/www/capture.js",
|
|
"pluginId": "cordova-plugin-media-capture",
|
|
"clobbers": [
|
|
"navigator.device.capture"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-media-capture.init",
|
|
"file": "plugins/cordova-plugin-media-capture/www/android/init.js",
|
|
"pluginId": "cordova-plugin-media-capture",
|
|
"runs": true
|
|
},
|
|
{
|
|
"id": "phonegap-plugin-barcodescanner.BarcodeScanner",
|
|
"file": "plugins/phonegap-plugin-barcodescanner/www/barcodescanner.js",
|
|
"pluginId": "phonegap-plugin-barcodescanner",
|
|
"clobbers": [
|
|
"cordova.plugins.barcodeScanner"
|
|
]
|
|
}
|
|
],
|
|
"plugin_metadata": {
|
|
"cordova-plugin-camera": "4.0.3",
|
|
"cordova-plugin-dialogs": "2.0.1",
|
|
"cordova-plugin-file": "6.0.1",
|
|
"cordova-plugin-media-capture": "3.0.2",
|
|
"cordova-plugin-whitelist": "1.3.3",
|
|
"phonegap-plugin-barcodescanner": "8.0.1"
|
|
}
|
|
}
|