11 lines
182 B
JSON
11 lines
182 B
JSON
|
{
|
||
|
"name": "myEditorExtention",
|
||
|
"displayName": "编辑器扩展",
|
||
|
"description": "",
|
||
|
"version": "1.0",
|
||
|
"author": {
|
||
|
"name": "Cal"
|
||
|
},
|
||
|
"icon": "",
|
||
|
"main": "main.js"
|
||
|
}
|