utools_adb/plugin.json

25 lines
486 B
JSON
Raw Normal View History

2020-01-10 15:09:55 +08:00
{
"pluginName": "ADB工具",
"description": "adb常用命令需要自行配置好adb和aapt环境",
"main": "index.html",
"version": "0.0.3",
"author": "Yutou",
"logo": "logo.png",
"preload":"preload.js",
"pluginSetting":{
"single": true
},
"features": [
{
"code": "adb",
"cmds":["adb",{
"label":"adb install apk",
"type":"files",
"fileType": "file",
"minNum": 1,
"maxNum": 1
}]
}
]
}