Files
NebulaShell/store/@{NebulaShell}/plugin-loader/manifest.json
2026-05-02 08:30:31 +08:00

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": ["*"]
}