-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaddon.json
More file actions
34 lines (34 loc) · 905 Bytes
/
Copy pathaddon.json
File metadata and controls
34 lines (34 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"is-c3-addon": true,
"sdk-version": 2,
"type": "plugin",
"name": "PlaygamaBridge",
"id": "PlaygamaBridge",
"version": "2.2.0",
"author": "Playgama",
"website": "https://playgama.com",
"documentation": "https://github.com/playgama/bridge-construct",
"description": "One SDK for cross-platform publishing HTML5 games",
"supports-worker-mode": false,
"editor-scripts": [
"plugin.js",
"type.js",
"instance.js"
],
"file-list": [
"c3runtime/plugin.js",
"c3runtime/type.js",
"c3runtime/instance.js",
"c3runtime/conditions.js",
"c3runtime/actions.js",
"c3runtime/expressions.js",
"c3runtime/playgama-bridge.js",
"lang/en-US.json",
"aces.json",
"addon.json",
"icon.svg",
"instance.js",
"plugin.js",
"type.js"
]
}