upload code
This commit is contained in:
50
src/manifest.json
Normal file
50
src/manifest.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"$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/kuc.min.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": "kintone Vue template",
|
||||
"ja": "kintone Vue テンプレート"
|
||||
},
|
||||
"description": {
|
||||
"en": "kintone Vue template for creating plugin",
|
||||
"ja": "kintoneプラグイン作成用 Vue テンプレート"
|
||||
},
|
||||
"homepage_url": {
|
||||
"en": "https://www.alicorns.co.jp/",
|
||||
"ja": "https://www.alicorns.co.jp/"
|
||||
},
|
||||
"mobile": {
|
||||
"js": [
|
||||
"js/kuc.min.js",
|
||||
"js/mobile.js"
|
||||
],
|
||||
"css": [
|
||||
"css/mobile.css"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user