Files
bettergi-scripts-list/archive/js/自动领取兑换码/manifest.json
2025-05-10 04:32:37 +08:00

17 lines
502 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"manifest_version": 1,
"name": "领取兑换码", // 名称
"version": "1.0", // 版本
"bgi_version": "0.36.1", // 适用于 BetterGI 的最低版本BetterGI低于此版本会提示
"description": "自动领兑换码自行打开main.js配置适用多账号玩家。", // 描述
// 作者信息
"authors": [
{
"name": "白玉狻猊",
"link": "https://github.com/LaughingCatGGG"
}
],
// 入口文件
"main": "main.js"
}