Skip to content

Commit 644eb54

Browse files
authored
[package-cleanup] package.json cleanup and manifest cleanup (#11)
1 parent ea66973 commit 644eb54

3 files changed

Lines changed: 114 additions & 423 deletions

File tree

manifest.json

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,6 @@
11
{
2-
"requiredSdkVersion": "~0.0.59",
2+
"requiredSdkVersion": "~0.0.73",
33
"name": "<plugin-name>",
44
"javascriptEntrypointUrl": "<plugin-name>.js",
5-
"localesBaseUrl": "https://cdn.dominio.com/pluginabc/",
6-
"eventPersistence": {
7-
"isEnabled": true,
8-
"maximumPayloadSizeInBytes": 1024,
9-
"rateLimiting": {
10-
"messagesAllowedPerSecond": 10,
11-
"messagesAllowedPerMinute": 20
12-
}
13-
},
14-
"dataChannels": [
15-
{
16-
"name": "<data-channel-name>",
17-
"pushPermission": ["moderator"],
18-
"replaceOrDeletePermission": ["creator", "moderator"]
19-
}
20-
],
21-
"remoteDataSources": [
22-
{
23-
"name": "<remote-data-source-name>",
24-
"url": "${meta_remote-data-uri}",
25-
"fetchMode": "onMeetingCreate",
26-
"permissions": ["moderator"]
27-
}
28-
]
5+
"localesBaseUrl": "https://cdn.dominio.com/pluginabc/"
296
}

0 commit comments

Comments
 (0)