mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-06-07 13:54:05 +08:00
23 lines
570 B
JSON
23 lines
570 B
JSON
{
|
|
"name": "clipboard",
|
|
"version": "1.0.0",
|
|
"pluginName": "剪切板",
|
|
"description": "剪切板历史,snippet,代码片段",
|
|
"author": "inu1255",
|
|
"homepage": "https://github.com/inu1255/utools-clipboard",
|
|
"main": "index.html",
|
|
"preload": "preload.js",
|
|
"development": {
|
|
"main": "http://localhost:8081/"
|
|
},
|
|
"logo": "logo.png",
|
|
"platform": ["win32", "darwin", "linux"],
|
|
"features": [
|
|
{
|
|
"code": "clipboard",
|
|
"explain": "剪切板历史、剪贴板快速粘贴",
|
|
"cmds": ["剪切板", "剪贴板", "Clipboard"]
|
|
}
|
|
]
|
|
}
|