mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
20 lines
422 B
JSON
20 lines
422 B
JSON
{
|
|
"name": "research-stack-local-plugins",
|
|
"interface": {
|
|
"displayName": "Research Stack Local Plugins"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "substack-connector",
|
|
"source": {
|
|
"source": "local",
|
|
"path": "./plugins/substack-connector"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE",
|
|
"authentication": "ON_INSTALL"
|
|
},
|
|
"category": "Productivity"
|
|
}
|
|
]
|
|
}
|