20 lines
406 B
JSON
20 lines
406 B
JSON
{
|
|
"metadata": {
|
|
"name": "plugin-loader",
|
|
"version": "1.0.0",
|
|
"author": "NebulaShell",
|
|
"description": "插件加载器 - 负责扫描、加载和管理所有插件",
|
|
"type": "core"
|
|
},
|
|
"config": {
|
|
"enabled": true,
|
|
"args": {
|
|
"scan_dirs": ["store"],
|
|
"sandbox_enabled": true,
|
|
"permission_check": true
|
|
}
|
|
},
|
|
"dependencies": [],
|
|
"permissions": ["*"]
|
|
}
|