fix(plugins): load official hosted plugins from bundled resources
This commit is contained in:
14
resources/coding-plugins/game-resource/plugin.json
Normal file
14
resources/coding-plugins/game-resource/plugin.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
||||
"name": "makelore.game-resource",
|
||||
"version": "1.0.0",
|
||||
"description": "Generate and review game resources through MakeLore's hosted provider",
|
||||
"author": {
|
||||
"name": "MakeLore"
|
||||
},
|
||||
"extensions": {
|
||||
"com.makelore": {
|
||||
"capabilityManifest": "./com.makelore/capability.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user