-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcategory.json
More file actions
37 lines (37 loc) · 1.19 KB
/
category.json
File metadata and controls
37 lines (37 loc) · 1.19 KB
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
{
"name": "Sample Plugin Source",
"description": "Sample plugins to mess around with.",
"plugins_base_url": "https://github.com/bombsquad-community/sample-plugin-source/{content_type}/{tag}/plugins",
"plugins": {
"mels_sticky_bomb_recipe": {
"description": "In the kitchen's crucible, where spices pirouette and blades do whisper, a treacherous liaison emerges, entwining culinary prowess with the volatile specter of explosive might.",
"external_url": "",
"authors": [
{
"name": "Mel the Cook",
"email": "meldoesnotreply@example.com"
}
],
"versions": {
"2.0.0": {
"api_version": 8,
"commit_sha": "1a5d1ded",
"released_on": "30-06-2023",
"md5sum": "7bd030540151c3e4b4f01b5c143a8a32"
},
"1.0.1": {
"api_version": 7,
"commit_sha": "2b324410",
"released_on": "17-05-2023",
"md5sum": "18a105e100804a63b0595133aac530bc"
},
"1.0.0": {
"api_version": 7,
"commit_sha": "21748a6e",
"released_on": "16-05-2023",
"md5sum": "d8a5906ddf8b438bd7e8c2918dd9aaff"
}
}
}
}
}