Files

30 lines
705 B
JSON
Raw Permalink Normal View History

2025-05-19 17:39:49 +08:00
{
"manifest_version": 4,
"type": "extension",
"name": "防撤回",
"slug": "anti_recall",
"description": "防止QQNT撤回消息",
"version": "0.2.40",
"icon": "./icon.png",
"authors": [
{
"name": "XiaoHe321",
"link": "https://github.com/xh321"
}
],
"repository": {
"repo": "xh321/LiteLoaderQQNT-Anti-Recall",
"branch": "master",
"release": {
"tag": "0.2.40",
"file": "qq-anti-recall.zip"
}
},
"platform": ["win32", "darwin", "linux"],
"injects": {
"main": "./main.js",
"preload": "./preload.js",
"renderer": "./renderer.js"
}
}