This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
momo/plugins/android.json

26 lines
713 B
JSON

{
"prepare_queue": {
"installed": [],
"uninstalled": []
},
"config_munge": {
"files": {
"res/xml/config.xml": {
"parents": {
"/*": [
{
"xml": "<feature name=\"InAppBrowser\"><param name=\"android-package\" value=\"org.apache.cordova.inappbrowser.InAppBrowser\" /></feature>",
"count": 1
}
]
}
}
}
},
"installed_plugins": {
"org.apache.cordova.inappbrowser": {
"PACKAGE_NAME": "com.cadoles.momo"
}
},
"dependent_plugins": {}
}