mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-27 06:12:05 -07:00
21 lines
392 B
JSON
21 lines
392 B
JSON
{
|
|
"name": "subminer-local",
|
|
"interface": {
|
|
"displayName": "SubMiner Local"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "subminer-workflow",
|
|
"source": {
|
|
"source": "local",
|
|
"path": "./plugins/subminer-workflow"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE",
|
|
"authentication": "ON_INSTALL"
|
|
},
|
|
"category": "Productivity"
|
|
}
|
|
]
|
|
}
|