27 lines
742 B
JSON
27 lines
742 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.0.0",
|
|
"type": "APP",
|
|
"desktop": {
|
|
"js": ["js/desktop.js"]
|
|
},
|
|
"mobile": {
|
|
"js": ["js/desktop.js"]
|
|
},
|
|
"icon": "image/icon.png",
|
|
"config": {
|
|
"html": "html/config.html",
|
|
"js": ["js/config.js"],
|
|
"required_params": ["lookup"]
|
|
},
|
|
"name": {
|
|
"ja": "Lookupファイル同期プラグイン",
|
|
"en": "Lookup file sync plugin"
|
|
},
|
|
"description": {
|
|
"en": "Synchronize files using the Lookup field",
|
|
"ja": "Lookupフィールドを利用してファイルの同期を行います。"
|
|
}
|
|
}
|