-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathscript.json
More file actions
49 lines (48 loc) · 1.11 KB
/
Copy pathscript.json
File metadata and controls
49 lines (48 loc) · 1.11 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
48
49
{
"iconImage" : null,
"description" : "批量导入、验证、预览并通过 iOS 配置描述文件逐个安装 TrueType 与 OpenType 字体。支持私有字体历史,以及从快捷指令或分享表单直接传入单个字体文件。",
"permissions" : null,
"author" : {
"homepage" : "https://github.com/BlackCCCat",
"name" : "BlackCCCat",
"email" : null
},
"icon" : "textformat",
"localizedDescriptions" : {
"fr" : "",
"zh" : "",
"es" : "",
"ru" : "",
"en" : "",
"it" : "",
"ja" : "",
"de" : "",
"pt" : ""
},
"runInApp" : false,
"color" : "rgba(79, 70, 229, 1.00)",
"contributors" : [
],
"remoteResource": {
"url": "https:\/\/github.com\/BlackCCCat\/Scripting-Scripts\/releases\/latest\/download\/Fonts-Installer.zip",
"hash": "",
"autoUpdateInterval": 86400
},
"version" : "",
"name" : "Fonts Installer",
"entry" : "index.tsx",
"intentInputTypes" : [
"FileURLs"
],
"localizedNames" : {
"fr" : "",
"zh" : "",
"es" : "",
"ru" : "",
"en" : "",
"it" : "",
"ja" : "",
"de" : "",
"pt" : ""
}
}