utools_adb/plugin.json
2020-01-10 15:09:55 +08:00

25 lines
486 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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
}]
}
]
}