mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2024-12-26 11:48:29 +00:00
31 lines
655 B
JSON
31 lines
655 B
JSON
{
|
|
"name": "enhance-kit",
|
|
"version": "2.0.0",
|
|
"description": "This extension provides support for cocos enhance kit.",
|
|
"author": "SmallMain",
|
|
"main": "main.js",
|
|
"panel": {
|
|
"main": "panel/index.js",
|
|
"type": "dockable",
|
|
"title": "i18n:enhance-kit.settings_title",
|
|
"width": 500,
|
|
"height": 600,
|
|
"min-width": 500,
|
|
"min-height": 600
|
|
},
|
|
"main-menu": {
|
|
"i18n:MAIN_MENU.project.title/i18n:enhance-kit.settings_menu": {
|
|
"message": "enhance-kit:openSettings"
|
|
}
|
|
},
|
|
"runtime-resource": {
|
|
"path": "resources",
|
|
"name": "resources"
|
|
},
|
|
"reload": {
|
|
"ignore": [
|
|
"resources/**/*"
|
|
]
|
|
}
|
|
}
|