feat(packages): add marketplace.json
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"name": "sisyphuslabs",
|
||||||
|
"interface": {
|
||||||
|
"displayName": "Sisyphus Labs"
|
||||||
|
},
|
||||||
|
"plugins": [
|
||||||
|
{
|
||||||
|
"name": "omo",
|
||||||
|
"source": "./plugins/omo",
|
||||||
|
"category": "Developer Tools",
|
||||||
|
"policy": {
|
||||||
|
"installation": "AVAILABLE",
|
||||||
|
"authentication": "ON_INSTALL"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user