Switch to unified view

a b/compass-app/platforms/android/.staging/www/cordova_plugins.js
1
cordova.define('cordova/plugin_list', function(require, exports, module) {
2
module.exports = [
3
    {
4
        "file": "plugins/org.apache.cordova.splashscreen/www/splashscreen.js",
5
        "id": "org.apache.cordova.splashscreen.SplashScreen",
6
        "clobbers": [
7
            "navigator.splashscreen"
8
        ]
9
    }
10
];
11
module.exports.metadata = 
12
// TOP OF METADATA
13
{
14
    "org.apache.cordova.splashscreen": "0.2.6"
15
}
16
// BOTTOM OF METADATA
17
});