chronocat/packages/llqqntv0/manifest.json
2024-03-05 12:32:12 +08:00

21 lines
456 B
JSON

{
"manifest_version": 3,
"type": "extension",
"name": "Chronocat",
"slug": "chronocat",
"description": "小巧轻便的 Red 实现",
"version": "0.2.0",
"author": {
"name": "Team Chrononeko",
"link": "https://github.com/chrononeko"
},
"repository": {
"repo": "chrononeko/LiteLoaderQQNT-Plugin-Chronocat",
"branch": "master"
},
"platform": ["win32", "linux", "darwin"],
"injects": {
"main": "./src/main.js"
}
}