🤖 Add Codex marketplace metadata
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"name": "reliquary",
|
||||
"interface": {
|
||||
"displayName": "Reliquary"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "g4b_ai",
|
||||
"source": {
|
||||
"source": "local",
|
||||
"path": "./plugins/g4b_ai"
|
||||
},
|
||||
"policy": {
|
||||
"installation": "AVAILABLE",
|
||||
"authentication": "ON_INSTALL"
|
||||
},
|
||||
"category": "Productivity"
|
||||
},
|
||||
{
|
||||
"name": "dioxus",
|
||||
"source": {
|
||||
"source": "local",
|
||||
"path": "./plugins/dioxus"
|
||||
},
|
||||
"policy": {
|
||||
"installation": "AVAILABLE",
|
||||
"authentication": "ON_INSTALL"
|
||||
},
|
||||
"category": "Coding"
|
||||
},
|
||||
{
|
||||
"name": "project-uv",
|
||||
"source": {
|
||||
"source": "local",
|
||||
"path": "./plugins/project-uv"
|
||||
},
|
||||
"policy": {
|
||||
"installation": "AVAILABLE",
|
||||
"authentication": "ON_INSTALL"
|
||||
},
|
||||
"category": "Coding"
|
||||
},
|
||||
{
|
||||
"name": "gitea",
|
||||
"source": {
|
||||
"source": "local",
|
||||
"path": "./plugins/gitea"
|
||||
},
|
||||
"policy": {
|
||||
"installation": "AVAILABLE",
|
||||
"authentication": "ON_INSTALL"
|
||||
},
|
||||
"category": "Productivity"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user