20 lines
449 B
JSON
20 lines
449 B
JSON
{
|
|
"identifier": "web-to-pixso",
|
|
"id": "web-to-pixso-local",
|
|
"name": "Web to Pixso",
|
|
"description": "Import a Web to Pixso capture JSON file as editable Pixso layers.",
|
|
"version": "1.1.1",
|
|
"api": "1.0.0",
|
|
"author": "大非",
|
|
"editorType": ["pixso", "preview"],
|
|
"main": "./main.js",
|
|
"ui": "./ui.html",
|
|
"icon": "./plugin-logo.png",
|
|
"menu": [
|
|
{
|
|
"name": "导入网页采集文件",
|
|
"command": "import"
|
|
}
|
|
]
|
|
}
|