diff --git a/plugins/android.json b/plugins/android.json index d194488..4e2288a 100644 --- a/plugins/android.json +++ b/plugins/android.json @@ -7,15 +7,29 @@ "files": {} }, "installed_plugins": { - "cordova-plugin-whitelist": { + "cordova-plugin-network-information": { "PACKAGE_NAME": "xm24.digitigrafo.it" }, - "cordova-plugin-network-information": { + "cordova-plugin-whitelist": { "PACKAGE_NAME": "xm24.digitigrafo.it" }, "cordova-sqlite-storage": { "PACKAGE_NAME": "xm24.digitigrafo.it" + }, + "phonegap-plugin-push": { + "SENDER_ID": "667898382143", + "PACKAGE_NAME": "xm24.digitigrafo.it" + }, + "cordova-plugin-media": { + "PACKAGE_NAME": "xm24.digitigrafo.it" } }, - "dependent_plugins": {} + "dependent_plugins": { + "cordova-plugin-compat": { + "PACKAGE_NAME": "xm24.digitigrafo.it" + }, + "cordova-plugin-file": { + "PACKAGE_NAME": "xm24.digitigrafo.it" + } + } } \ No newline at end of file diff --git a/plugins/fetch.json b/plugins/fetch.json index e564c9c..ff871d7 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -15,6 +15,16 @@ "is_top_level": true, "variables": {} }, + "phonegap-plugin-push": { + "source": { + "type": "registry", + "id": "phonegap-plugin-push@1.9.4" + }, + "is_top_level": true, + "variables": { + "SENDER_ID": "667898382143" + } + }, "cordova-sqlite-storage": { "source": { "type": "registry", @@ -22,5 +32,29 @@ }, "is_top_level": true, "variables": {} + }, + "cordova-plugin-media": { + "source": { + "type": "registry", + "id": "cordova-plugin-media@3.0.0" + }, + "is_top_level": true, + "variables": {} + }, + "cordova-plugin-file": { + "source": { + "type": "registry", + "id": "cordova-plugin-file" + }, + "is_top_level": false, + "variables": {} + }, + "cordova-plugin-compat": { + "source": { + "type": "registry", + "id": "cordova-plugin-compat" + }, + "is_top_level": false, + "variables": {} } } \ No newline at end of file diff --git a/www/index.html b/www/index.html index e4cc0c9..7fd4e6b 100644 --- a/www/index.html +++ b/www/index.html @@ -375,6 +375,21 @@ +