20 lines
442 B
JSON
20 lines
442 B
JSON
|
{
|
||
|
"name": "find-assets",
|
||
|
"version": "0.0.1",
|
||
|
"description": "The package template for getting started.",
|
||
|
"author": "zilone",
|
||
|
"main": "main.js",
|
||
|
"main-menu": {
|
||
|
"i18n:MAIN_MENU.package.title/i18n:find-assets.title": {
|
||
|
"message": "find-assets:open"
|
||
|
}
|
||
|
},
|
||
|
"panel": {
|
||
|
"main": "panel/index.js",
|
||
|
"type": "dockable",
|
||
|
"title": "find-assets",
|
||
|
"engineSupport": true,
|
||
|
"width": 500,
|
||
|
"height": 600
|
||
|
}
|
||
|
}
|