[TODO: write documentation for this plugin.]
{
"name": "Test Web Worker Plugin 1",
"type": "web-worker",
"tags": [],
"ui": [
"op-ui-option1: {id: 'op-ui-option1', type: 'choose', options: ['cat', 'dog'], placeholder: 'cat'}",
"op-ui-option2: {id: 'op-ui-option2', type: 'number', placeholder: 3}"
],
"version": "0.1.0",
"api_version": "0.1.7",
"url": "",
"description": "[TODO: describe this plugin with one sentence.]",
"icon": "extension",
"inputs": null,
"outputs": null,
"env": "",
"requirements": [],
"dependencies": []
}
hello world!
[TODO: write documentation for this plugin.]
{
"name": "ExamplePlugin",
"type": "web-worker",
"tags": [],
"ui": "",
"version": "0.1.0",
"cover": "",
"description": "[TODO: describe this plugin with one sentence.]",
"icon": "extension",
"inputs": null,
"outputs": null,
"api_version": "0.1.8",
"env": "",
"permissions": [],
"requirements": [],
"dependencies": []
}
{
"name": "ExamplePassivePlugin",
"type": "web-worker",
"tags": [],
"ui": "",
"version": "0.1.0",
"cover": "",
"description": "[TODO: describe this plugin with one sentence.]",
"icon": "extension",
"inputs": null,
"outputs": null,
"api_version": "0.1.8",
"env": "",
"permissions": [],
"requirements": [],
"dependencies": [],
"passive": true
}