mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-15 13:03:08 +00:00
25 lines
934 B
JSON
25 lines
934 B
JSON
{
|
|
"plugin_manager_url": "http://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
|
|
"versions": {
|
|
"0.1.1": {
|
|
"api_version": 7,
|
|
"commit_sha": "123abcd",
|
|
"dependencies": [],
|
|
"released_on": "someday-2022",
|
|
"md5sum": "implementme"
|
|
},
|
|
"0.1.0": {
|
|
"api_version": 7,
|
|
"commit_sha": "a02fe8e",
|
|
"dependencies": [],
|
|
"released_on": "13-08-2022",
|
|
"md5sum": "9038aeffc5836586ec8d61c51ec5ed5d"
|
|
}
|
|
},
|
|
"categories": [
|
|
"http://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugins/utilities.json",
|
|
"http://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugins/minigames.json",
|
|
"http://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugins/maps.json"
|
|
],
|
|
"external_source_url": "http://github.com/{repository}/{content_type}/{tag}/category.json"
|
|
}
|