Files
self 1fb848b8cb feat: namespace plugin identity
Adopt canonical plugin id/slug manifest fields, vendor-prefixed OTP app naming, and fully-qualified capability ids for Sender.
2026-05-27 19:05:39 +02:00

30 lines
604 B
JSON

{
"id": "org.tribe-one.plugins.sender",
"slug": "sender",
"display_name": "Sender",
"version": "0.1.0",
"description": "RTMP ingest and HLS/LL-HLS streaming for Tribes",
"entry_module": "TribeOne.TribesPlugin.Sender.Plugin",
"host_api": "1",
"otp_app": "tribe_one_sender",
"provides": [
"org.tribe-one.caps.sender@1"
],
"requires": [
"org.tribe-one.caps.ui@1"
],
"enhances_with": [
"org.tribe-one.caps.chat@1"
],
"assets": {
"global_js": [
"sender.js"
],
"global_css": [
"sender.css"
]
},
"migrations": true,
"children": true
}