You've already forked tribes-plugin-sender
forked from tribes/tribes-plugin-template
1fb848b8cb
Adopt canonical plugin id/slug manifest fields, vendor-prefixed OTP app naming, and fully-qualified capability ids for Sender.
30 lines
604 B
JSON
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
|
|
}
|