first commit.

This commit is contained in:
2025-06-17 14:03:55 +09:00
commit ddae42619e
45 changed files with 13680 additions and 0 deletions

26
plugin/manifest.json Normal file
View File

@ -0,0 +1,26 @@
{
"$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フィールドを利用してファイルの同期を行います。"
}
}