Files
kintone-data-aggregator-plugin/src/manifest.json
2025-10-17 14:37:48 +08:00

44 lines
907 B
JSON

{
"$schema": "https://raw.githubusercontent.com/kintone/js-sdk/%40kintone/plugin-manifest-validator%4010.2.0/packages/plugin-manifest-validator/manifest-schema.json",
"manifest_version": 1,
"version": 1,
"type": "APP",
"desktop": {
"js": [
"js/desktop.js"
],
"css": [
"css/desktop.css"
]
},
"icon": "image/icon.png",
"config": {
"html": "html/config.html",
"js": [
"js/config.js"
],
"css": [
"css/51-modern-default.css",
"css/config.css"
],
"required_params": [
"buttonName"
]
},
"name": {
"en": "data fetch plugin",
"ja": "データ取得プラグイン"
},
"description": {
"en": "create search data plugin",
"ja": "検索結果のデータを生成するプラグインです"
},
"mobile": {
"js": [
"js/mobile.js"
],
"css": [
"css/mobile.css"
]
}
}