-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript.json
More file actions
43 lines (43 loc) · 1.01 KB
/
Copy pathscript.json
File metadata and controls
43 lines (43 loc) · 1.01 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
{
"intentInputTypes": [],
"localizedNames": {
"en": "Password Generator",
"de": "",
"es": "",
"pt": "",
"ru": "",
"fr": "",
"zh": "密码生成器",
"ja": "",
"it": ""
},
"iconImage": null,
"color": "rgba(124, 76, 179,1)",
"runInApp": true,
"icon": "lock.circle.fill",
"contributors": [],
"localizedDescriptions": {
"en": "Generate secure passwords in app or keyboard mode.",
"de": "",
"es": "",
"pt": "",
"ru": "",
"fr": "",
"zh": "支持 App 与自定义键盘的密码生成器",
"ja": "",
"it": ""
},
"version": "",
"author": {
"email": null,
"homepage": "https:\/\/github.com\/BlackCCCat",
"name": "BlackCCCat"
},
"description": "Generate secure passwords with history and keyboard support.",
"name": "Password Generator",
"remoteResource": {
"url": "https:\/\/github.com\/BlackCCCat\/Scripting-Scripts\/releases\/latest\/download\/Password-Generator.zip",
"hash": "",
"autoUpdateInterval": 86400
}
}