更改项目名为NebulaShell

This commit is contained in:
Falck
2026-05-02 08:30:31 +08:00
parent d16e28ab17
commit 2c2ec60a2b
233 changed files with 298 additions and 276 deletions

View File

@@ -0,0 +1,21 @@
{
"metadata": {
"name": "pkg-manager",
"version": "1.1.0",
"author": "NebulaShell",
"description": "插件包管理器 - 配置管理/商店/多语言项目部署支持",
"type": "webui-extension"
},
"config": {
"enabled": true,
"args": {
"store_url": "https://store.nebulashell.org",
"auto_update": false,
"verify_signatures": true,
"cache_enabled": true,
"max_cache_size": 524288000
}
},
"dependencies": ["http-api", "webui", "plugin-storage", "i18n"],
"permissions": ["lifecycle", "plugin-storage"]
}