Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ Flow downloads the manifest (plugins.json) file from various CDN providers, whic

While the plugin has not yet appeared in the store, you and your users can manually install it using `pm install <url/local path>`.

## How to remove your plugin

1. Remove the `${name}-${uuid}.json` file for your plugin from the [plugins](https://github.com/Flow-Launcher/Flow.Launcher.PluginsManifest/tree/main/plugins) directory.
2. Submit a pull request.

Note that the published `plugins.json` manifest is regenerated by CI on a schedule (approximately every three hours) and then distributed via multiple CDN providers. As a result, your removed plugin may continue to appear in the plugin store or manifest for some time after your pull request has been merged, until all providers have refreshed their caches.
## Plugin updates

Every three hours the *CI* in this repository will check for new updates from plugins and automatically update them to the latest version.
Expand Down