blob: a0c36e30e7985536dab20361a777015d40558a40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "vpnem-local",
"interface": {
"displayName": "vpnem Local Plugins"
},
"plugins": [
{
"name": "claude-migration",
"source": {
"source": "local",
"path": "./plugins/claude-migration"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
}
]
}
|