chronocat/packages/llqqntv0/manifest.json

21 lines
456 B
JSON
Raw Normal View History

2024-03-05 04:32:12 +00:00
{
"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"
}
}