Skip to content

tonhowtf/omniget-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

OmniGet Plugins Registry

Central registry of plugins for OmniGet.

How it works

OmniGet fetches plugins.json from this repo to populate the in-app Marketplace. Users can browse and install plugins directly from the app.

Submit your plugin

  1. Create your plugin following the Plugin Development Guide
  2. Publish a tagged release on your plugin repo
  3. Fork this repo
  4. Add your plugin to plugins.json
  5. Open a Pull Request

Entry format

{
  "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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors