mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-06-07 13:54:05 +08:00
22 lines
530 B
JSON
22 lines
530 B
JSON
{
|
|
"version": "1.1.6",
|
|
"pluginName": "超级剪贴板",
|
|
"description": "强大的剪贴板管理工具",
|
|
"author": "ZiuChen",
|
|
"homepage": "https://github.com/ZiuChen",
|
|
"main": "index.html",
|
|
"preload": "preload.js",
|
|
"development": {
|
|
"main": "http://localhost:8081/"
|
|
},
|
|
"logo": "logo.png",
|
|
"platform": ["win32", "darwin", "linux"],
|
|
"features": [
|
|
{
|
|
"code": "clipboard",
|
|
"explain": "剪切板历史、剪贴板快速粘贴",
|
|
"cmds": ["剪切板", "剪贴板", "Clipboard"]
|
|
}
|
|
]
|
|
}
|