1
1
cordova . define ( 'cordova/plugin_list' , function ( require , exports , module ) {
2
2
module . exports = [
3
+ {
4
+ "id" : "com.napolitano.cordova.plugin.intent.IntentPlugin" ,
5
+ "file" : "plugins/com.napolitano.cordova.plugin.intent/www/android/IntentPlugin.js" ,
6
+ "pluginId" : "com.napolitano.cordova.plugin.intent" ,
7
+ "clobbers" : [
8
+ "IntentPlugin"
9
+ ]
10
+ } ,
3
11
{
4
12
"id" : "phonegap-plugin-push.PushNotification" ,
5
13
"file" : "plugins/phonegap-plugin-push/www/push.js" ,
@@ -39,25 +47,17 @@ module.exports = [
39
47
"clobbers" : [
40
48
"CameraPopoverHandle"
41
49
]
42
- } ,
43
- {
44
- "id" : "com.napolitano.cordova.plugin.intent.IntentPlugin" ,
45
- "file" : "plugins/com.napolitano.cordova.plugin.intent/www/android/IntentPlugin.js" ,
46
- "pluginId" : "com.napolitano.cordova.plugin.intent" ,
47
- "clobbers" : [
48
- "IntentPlugin"
49
- ]
50
50
}
51
51
] ;
52
52
module . exports . metadata =
53
53
// TOP OF METADATA
54
54
{
55
55
"cordova-plugin-whitelist" : "1.3.1-dev" ,
56
+ "com.napolitano.cordova.plugin.intent" : "0.1.3" ,
56
57
"phonegap-plugin-push" : "1.9.0" ,
57
58
"cordova-plugin-compat" : "1.1.0" ,
58
59
"cordova-plugin-camera" : "2.3.0" ,
59
- "cordova-plugin-crosswalk-webview" : "2.2.0" ,
60
- "com.napolitano.cordova.plugin.intent" : "0.1.3"
60
+ "cordova-plugin-crosswalk-webview" : "2.2.0"
61
61
} ;
62
62
// BOTTOM OF METADATA
63
63
} ) ;
0 commit comments