mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-29 05:39:51 +08:00
- 在 manifest.json 中添加了新的 key 字段用于标识插件 - 重构 settings.json 配置项,将 domain_config 重命名为 key - 更新了配置项的标签说明,改为密钥配置提示 - 恢复了 domain_config 配置项到设置列表末尾 - 为新旧配置项提供了清晰的用户指引说明
20 lines
389 B
JSON
20 lines
389 B
JSON
{
|
|
"name": "自动秘境计划",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"settings_ui": "settings.json",
|
|
"main": "main.js",
|
|
"bgi_version": "0.55.0",
|
|
"key": "oiJbmjU2R0NniiwiZxh",
|
|
"authors": [
|
|
{
|
|
"name": "云端客",
|
|
"links": "https://github.com/Kirito520Asuna"
|
|
}
|
|
],
|
|
"dependencies": [],
|
|
"http_allowed_urls": [
|
|
"https://*",
|
|
"http://*"
|
|
]
|
|
} |