chronocat/packages/llqqnt/manifest.json

25 lines
529 B
JSON
Raw Normal View History

2024-03-05 04:32:12 +00:00
{
"manifest_version": 4,
"type": "extension",
"name": "Chronocat",
"slug": "chronocat",
2024-03-09 17:52:43 +00:00
"description": "模块化的 Satori 框架",
2024-03-31 09:15:00 +00:00
"version": "0.2.6",
2024-03-05 04:32:12 +00:00
"thumbnail": "./chronocat.png",
"authors": [
{
"name": "Team Chrononeko",
"link": "https://github.com/chrononeko"
}
],
"repository": {
"repo": "chrononeko/LiteLoaderQQNT-Plugin-Chronocat",
"branch": "master"
},
"platform": ["win32", "linux", "darwin"],
"dependencies": [],
"injects": {
"main": "./src/main.js"
}
}