mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-12-29 22:59:42 +08:00
init commit
This commit is contained in:
22
public/plugin.json
Normal file
22
public/plugin.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user