Central registry of plugins for OmniGet.
OmniGet fetches plugins.json from this repo to populate the in-app Marketplace. Users can browse and install plugins directly from the app.
- Create your plugin following the Plugin Development Guide
- Publish a tagged release on your plugin repo
- Fork this repo
- Add your plugin to
plugins.json - Open a Pull Request
{
"id": "your-plugin-id",
"name": "Your Plugin Name",
"description": "What your plugin does.",
"author": "your-github-username",
"repo": "your-username/omniget-plugin-your-plugin",
"homepage": "https://github.com/your-username/omniget-plugin-your-plugin",
"tags": ["tag1", "tag2"],
"official": false,
"capabilities": ["core:events", "core:toast"]
}Set official to false for community plugins.