Publish company plugin marketplace

This commit is contained in:
admin_d
2026-07-26 16:00:35 +05:00
commit c06c7a8214
6 changed files with 223 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "logos-company-plugins",
"interface": {
"displayName": "Logos Company Plugins"
},
"plugins": [
{
"name": "tax-code-research",
"source": {
"source": "local",
"path": "./plugins/tax-code-research"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
}
]
}