forked from omer-faruq/appstore.koplugin
-
Notifications
You must be signed in to change notification settings - Fork 2
4. Management
Jimmy Pautz edited this page Jul 20, 2026
·
6 revisions
The Storefront plugin provides built-in tools to disable, delete, and match with repositories for installed plugins and patches directly from the update dialogs.
-
Plugins: Uses KOReader's native disable mechanism. Disabled plugins appear with a
[DISABLED]label and sync with the Tools → Plugin management screen. -
Patches: Renames the file with a
.disabledsuffix (e.g.,2-patch.lua→2-patch.lua.disabled). Disabled patches are shown with a[DISABLED]label.
- Linked items (matched with a repository): Can always be deleted.
- Unlinked items (not matched): Can only be deleted if the "Allow delete unlinked plugins/patches" setting is enabled.
This plugin does its best to auto-link plugins installed outside of Storefront with their GitHub repositories.
By default, the Storefront plugin excludes repositories that are forks with zero stars from search results. You can change this in the setting dialog.
-
Default behavior (off): The plugin skips the
fork:only stars:0query at the GitHub API level, so 0-star forks never reach your device. This reduces noise and speeds up browsing. -
When enabled: The plugin includes an additional
fork:only stars:0query, bringing all forks into the search results regardless of star count.
- Open the Storefront Plugins
- Tap the gear icon (⚙️) in the top-right corner.
- Toggle Include 0-star forks on or off.
- The setting takes effect immediately and applies to all future cache refreshes.

Note: Changing this setting does not automatically refresh the cache. Use the Refresh cache action from the toolbar to apply the new filter scope to your current results.