File fetch.json created inside plugins folder after cordova plugin add executed first time. This file also modified each time I add/remove plugins.
- What purpose of this file exactly?
- What tools use this file, when and why?
- Is there a way to restore plugins using fetch.json (try not to place plugins into repositiory)?
- Where can I find some docs about content of this file?
Content of fetch.json:
{
"com.phonegap.plugins.PushPlugin": {
"source": {
"type": "git",
"url": "https://github.com/phonegap-build/PushPlugin.git",
"subdir": "."
},
"is_top_level": true,
"variables": {}
},
"cordova-plugin-file": {
"source": {
"type": "registry",
"id": "cordova-plugin-file"
},
"is_top_level": true,
"variables": {}
}
}