mirror of
https://github.com/chrononeko/chronocat.git
synced 2024-11-16 21:00:22 +00:00
25 lines
529 B
JSON
25 lines
529 B
JSON
{
|
|
"manifest_version": 4,
|
|
"type": "extension",
|
|
"name": "Chronocat",
|
|
"slug": "chronocat",
|
|
"description": "小巧轻便的 Red 实现",
|
|
"version": "0.2.2",
|
|
"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"
|
|
}
|
|
}
|