itchio-opengamepadui-plugin/plugin.json
Jose Falanga b0183b7c20 Add option to filter games not available on the current platform
The new 'Only show games available on this platform' checkbox in the
plugin settings drops games whose platforms don't include the OS
OpenGamepadUI is running on (e.g. Windows-only games on Linux). Games
with no platform info at all (HTML5) are kept since there's nothing to
filter on. The setting is read on every library load, so toggling it
reloads the itch.io library without a restart.
2026-08-07 18:41:39 -03:00

14 lines
629 B
JSON

{
"plugin.id": "itch",
"plugin.name": "itch.io",
"plugin.version": "0.1.9",
"plugin.min-api-version": "1.1.0",
"plugin.link": "https://forge.thergic.ar/jose/itchio-opengamepadui-plugin",
"plugin.source": "https://forge.thergic.ar/jose/itchio-opengamepadui-plugin",
"plugin.description": "itch.io library for OpenGamepadUI. Browse, install, update, and launch your itch.io games using butlerd, itch's official JSON-RPC launcher daemon.",
"store.tags": ["library", "itch.io", "indie"],
"store.images": [],
"author.name": "Jose Falanga",
"author.email": "jose.falanga@gmail.com",
"entrypoint": "plugin.gd"
}