27 lines
782 B
JSON
27 lines
782 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": ["template"]
|
|
},
|
|
"name": {
|
|
"en": "Word output plugin",
|
|
"ja": "Word出力プラグイン"
|
|
},
|
|
"description": {
|
|
"en": "Data can be formatted and downloaded using Word template files.",
|
|
"ja": "Wordテンプレートファイルを使用して、データを整形してダウンロードできます。"
|
|
}
|
|
}
|