-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
47 lines (47 loc) · 1 KB
/
Copy pathplugin.json
File metadata and controls
47 lines (47 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"pluginName": "鹅的验证",
"description": "本地化的双因素认证工具",
"author": "Antigravity",
"homepage": "https://github.com/eachann1024/goose-2fa",
"version": "0.1.0",
"logo": "public/logo.png",
"pluginSetting": {
"single": true,
"height": 560
},
"features": [
{
"code": "2fa",
"explain": "查看 2FA 验证码",
"cmds": [
"2FA",
"OTP",
"验证码",
"二步验证"
]
},
{
"code": "quick",
"explain": "快速取 OTP 并粘贴到当前窗口",
"cmds": [
{
"type": "regex",
"label": "鹅的验证:快速取码",
"match": "/^(2fa|otp|验证码)\\s+\\S+/i"
}
]
},
{
"code": "manage",
"explain": "管理鹅的验证账户",
"cmds": [
"管理鹅的验证",
"goose 2fa"
]
}
],
"main": "dist-utools/index.html",
"preload": "utools/preload.cjs",
"name": "goose-2fa",
"title": "鹅的验证"
}