summaryrefslogtreecommitdiff
path: root/plugins/browser.json
blob: 3ed2a72bfbb3b48e0a422a8a82a0ed97ef4ea863 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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": {}
}