mirror of
https://github.com/chrononeko/chronocat.git
synced 2024-11-25 09:37:35 +00:00
21 lines
456 B
JSON
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"
|
|
}
|
|
}
|