Note: This is a tentative format and may change in the future.
Submit a pull request with the valid added Secondary Plugin.
You must follow the format below to submit a valid Secondary Plugin. The format is as follows:
{
"id": "your-plugin-id",
"name": "Your Plugin Name",
"icon": "your-icon.png",
"repo": "repository-url",
"category": "BASE_SINGLE_CHAIN",
"description": "Description of your plugin",
"author": "Your Name"
}