Files
2026-05-30 15:19:23 +02:00

57 lines
1.1 KiB
JSON

{
"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"
}
]
}