[package-cleanup] package.json cleanup and manifest cleanup (#11)
This commit is contained in:
committed by
GitHub
parent
ea66973e93
commit
644eb54665
@@ -1,29 +1,6 @@
|
||||
{
|
||||
"requiredSdkVersion": "~0.0.59",
|
||||
"requiredSdkVersion": "~0.0.73",
|
||||
"name": "<plugin-name>",
|
||||
"javascriptEntrypointUrl": "<plugin-name>.js",
|
||||
"localesBaseUrl": "https://cdn.dominio.com/pluginabc/",
|
||||
"eventPersistence": {
|
||||
"isEnabled": true,
|
||||
"maximumPayloadSizeInBytes": 1024,
|
||||
"rateLimiting": {
|
||||
"messagesAllowedPerSecond": 10,
|
||||
"messagesAllowedPerMinute": 20
|
||||
}
|
||||
},
|
||||
"dataChannels": [
|
||||
{
|
||||
"name": "<data-channel-name>",
|
||||
"pushPermission": ["moderator"],
|
||||
"replaceOrDeletePermission": ["creator", "moderator"]
|
||||
}
|
||||
],
|
||||
"remoteDataSources": [
|
||||
{
|
||||
"name": "<remote-data-source-name>",
|
||||
"url": "${meta_remote-data-uri}",
|
||||
"fetchMode": "onMeetingCreate",
|
||||
"permissions": ["moderator"]
|
||||
}
|
||||
]
|
||||
"localesBaseUrl": "https://cdn.dominio.com/pluginabc/"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user