更改项目名为NebulaShell
This commit is contained in:
19
store/@{NebulaShell}/plugin-loader/manifest.json
Normal file
19
store/@{NebulaShell}/plugin-loader/manifest.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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": ["*"]
|
||||
}
|
||||
Reference in New Issue
Block a user