123456789101112131415161718192021 |
- {
- "name": "sync-code",
- "version": "0.0.5",
- "description": "修改md5",
- "author": "liruiyu",
- "main": "main.js",
- "main-menu": {
- "扩展/sync-code": {
- "message": "sync-code:showPanel"
- }
- },
- "panel": {
- "main": "panel/index.js",
- "type": "dockable",
- "title": "sync-code",
- "width": 400,
- "height": 500,
- "min-width": 400,
- "min-height": 500
- }
- }
|