Download this file

cordova_plugins.js    17 lines (17 with data), 441 Bytes

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