-
Notifications
You must be signed in to change notification settings - Fork 158
Expand file tree
/
Copy pathmanifest.json
More file actions
43 lines (43 loc) · 1.27 KB
/
manifest.json
File metadata and controls
43 lines (43 loc) · 1.27 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
{
"manifest_version": 1,
"version": "3.2.6",
"type": "APP",
"name": {
"ja": "条件書式プラグイン",
"en": "Conditional Format",
"zh": "条件格式插件"
},
"description": {
"ja": "条件により表示するアイテムの色、背景色等を変更するプラグインです。",
"en": "This plug-in changes colors and styles of fields",
"zh": "根据条件,更改字段颜色、背景色的插件。"
},
"icon": "image/icon.png",
"homepage_url": {
"ja": "https://developer.cybozu.io/hc/ja/articles/208236353",
"en": "https://developer.kintone.io/hc/en-us/articles/115009635868",
"zh": "https://cybozudev.kf5.com/hc/kb/article/1011206/"
},
"desktop": {
"js": [
"thirdparties/moment.min.js",
"thirdparties/jquery.min.js",
"js/desktop.js"
],
"css": [
]
},
"config": {
"html": "html/config.html",
"js": [
"thirdparties/jquery.min.js",
"thirdparties/jsrender.min.js",
"thirdparties/jqColorPicker.min.js",
"js/config.js"
],
"css": [
"css/51-modern-default.css",
"css/config.css"
]
}
}