cordova-plugin-autostarter
Version:
The application will be automatically started after the every boot and the automatic update of your application. You can enable or disable the autostart function in your app.
33 lines (32 loc) • 890 B
JSON
{
"name": "cordova-plugin-autostarter",
"version": "1.2.1",
"description": "\r\n The application will be automatically started after the every boot and the automatic update of your application. \r\n You can enable or disable the autostart function in your app.\r\n ",
"cordova": {
"id": "cordova-plugin-autostarter",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "https://github.com/ToniKorin/cordova-plugin-autostart.git"
},
"keywords": [
"autostart",
"ecosystem:cordova",
"cordova-android"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Toni Korin",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/ToniKorin/cordova-plugin-autostart/issues"
},
"homepage": "https://github.com/ToniKorin/cordova-plugin-autostart"
}