2
Fork 0

Added mobile example app

This commit is contained in:
Willem 2016-01-24 21:38:21 +01:00
parent 4fbf705ae5
commit cf364fc418
26 changed files with 187 additions and 61 deletions

View file

@ -0,0 +1,18 @@
{
"prepare_queue": {
"installed": [],
"uninstalled": []
},
"config_munge": {
"files": {}
},
"installed_plugins": {
"cordova-plugin-whitelist": {
"PACKAGE_NAME": "net.forwardfire.spa.loader"
},
"cordova-sqlite-storage": {
"PACKAGE_NAME": "net.forwardfire.spa.loader"
}
},
"dependent_plugins": {}
}

View file

@ -0,0 +1,18 @@
{
"cordova-sqlite-storage": {
"source": {
"type": "registry",
"id": "cordova-sqlite-storage"
},
"is_top_level": true,
"variables": {}
},
"cordova-plugin-whitelist": {
"source": {
"type": "registry",
"id": "cordova-plugin-whitelist@1"
},
"is_top_level": true,
"variables": {}
}
}