summaryrefslogtreecommitdiff
path: root/plugins/browser.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/browser.json')
-rw-r--r--plugins/browser.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/plugins/browser.json b/plugins/browser.json
new file mode 100644
index 0000000..3ed2a72
--- /dev/null
+++ b/plugins/browser.json
@@ -0,0 +1,26 @@
+{
+ "prepare_queue": {
+ "installed": [],
+ "uninstalled": []
+ },
+ "config_munge": {
+ "files": {
+ "config.xml": {
+ "parents": {
+ "/*": [
+ {
+ "xml": "<feature name=\"Camera\"><param name=\"browser-package\" value=\"Camera\" /></feature>",
+ "count": 1
+ }
+ ]
+ }
+ }
+ }
+ },
+ "installed_plugins": {
+ "org.apache.cordova.camera": {
+ "PACKAGE_NAME": "org.usfirst.frc.team4272.safetyapp"
+ }
+ },
+ "dependent_plugins": {}
+} \ No newline at end of file