{
"id": "app.ocho.plugin.getLaunchAsset",
"defs": {
"main": {
"type": "query",
"output": {
"encoding": "text/javascript",
"description": "The launch asset for the plugin, which is the main JavaScript bundle."
},
"parameters": {
"type": "params",
"required": [
"did",
"platform"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "The did of the plugin to retrieve the manifest for"
},
"platform": {
"enum": [
"ios",
"android",
"web"
],
"type": "string",
"description": "The platform for which to retrieve the plugin manifest"
}
}
},
"description": "Get the launch asset for an Ocho plugin."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}