-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmain.json
89 lines (89 loc) · 2.73 KB
/
main.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"id": "d53216b7-2cbe-4463-ae0a-60376c9dc8d7",
"title": "Example Modules",
"description": "A collection of modules that serve as examples for the Somiibo API.",
"author": "ITW Creative Works",
"repository": "https://github.com/somiibo/module-package-examples.git",
"modules": [
{
"id": "131a71c5-c30c-49cc-aede-717cc5a76564",
"name": "api-flow",
"title": "API: Flow",
"description": "Exploring the .initialize(), .loop(), .stop(), & .wait() methods.",
"icon": "fa-code",
"version": "1.0.0",
"versionRequired": "0.2.900",
"status": "online",
"url": "https://example.com",
},
{
"id": "9644d19a-73f6-4225-aacd-a7798265dec0",
"name": "api-navigate",
"title": "API: Navigate",
"description": "Exploring the .navigate(), .navigateBack(), .navigateForward(), & .getURL() methods.",
"icon": "fa-code",
"version": "1.0.0",
"versionRequired": "0.2.900",
"status": "online",
"url": "https://example.com",
},
{
"id": "1394e2fb-40b0-425c-8dcb-1dbe80dcafc1",
"name": "api-settings",
"title": "API: Settings",
"description": "Exploring the .getSetting() method.",
"icon": "fa-code",
"version": "1.0.0",
"versionRequired": "0.2.900",
"status": "online",
"url": "https://example.com",
},
{
"id": "240d00b9-8109-4bc5-86bd-b00fac07edf5",
"name": "api-dom",
"title": "API: Dom",
"description": "Exploring the .select(), .scroll(), .move(), .click(), & .type() methods.",
"icon": "fa-code",
"version": "1.0.0",
"versionRequired": "0.2.900",
"status": "online",
"url": "https://example.com",
},
{
"id": "1c83131e-4dd0-4927-b2de-0c5b05a0ed01",
"name": "api-worker",
"title": "API: Worker",
"description": "Exploring the .worker() method.",
"icon": "fa-code",
"version": "1.0.0",
"versionRequired": "0.2.900",
"url": "https://example.com",
"status": "online",
"webview": true,
},
{
"id": "55c5eaf2-e5e6-490d-a553-8b23ed2750a3",
"name": "api-execute",
"title": "API: Execute",
"description": "Exploring the .execute() method.",
"icon": "fa-code",
"version": "1.0.0",
"versionRequired": "0.2.900",
"url": "https://example.com",
"status": "online",
},
{
"id": "03a47867-524b-4a1a-a62a-dcb091cdf84a",
"name": "google-search",
"title": "Google Search",
"description": "Perform a custom Google search.",
"icon": "fa-search",
"version": "1.0.0",
"versionRequired": "0.2.900",
"status": "online",
"url": "https://google.com",
"width": 1280,
"height": 720,
},
]
}