-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript.json
More file actions
44 lines (44 loc) · 929 Bytes
/
script.json
File metadata and controls
44 lines (44 loc) · 929 Bytes
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
{
"name": "CAIS",
"description": "Clipboard all in Scripting",
"version": "",
"entry": "index.tsx",
"icon": "doc.on.clipboard.fill",
"iconImage": null,
"color": "rgba(88, 86, 214,1)",
"author": {
"name": "BlackCCCat",
"homepage": "https://github.com/BlackCCCat",
"email": null
},
"contributors": [],
"localizedNames": {
"en": "CAIS",
"zh": "CAIS",
"ja": "",
"fr": "",
"de": "",
"es": "",
"pt": "",
"ru": "",
"it": ""
},
"localizedDescriptions": {
"en": "Clipboard all in Scripting",
"zh": "Clipboard all in Scripting",
"ja": "",
"fr": "",
"de": "",
"es": "",
"pt": "",
"ru": "",
"it": ""
},
"remoteResource": {
"url": "https:\/\/github.com\/BlackCCCat\/Scripting-Scripts\/releases\/latest\/download\/CAIS.zip",
"hash": "",
"autoUpdateInterval": 86400
},
"intentInputTypes": [],
"runInApp": true
}