Initial commit

This commit is contained in:
Jose Falanga 2026-08-05 17:27:43 -03:00
commit 3132a5015a
14 changed files with 1730 additions and 0 deletions

14
plugin.json Normal file
View file

@ -0,0 +1,14 @@
{
"plugin.id": "itch",
"plugin.name": "itch.io",
"plugin.version": "0.1.0",
"plugin.min-api-version": "2.0.0",
"plugin.link": "https://github.com/YOUR_USERNAME/OpenGamepadUI-itch",
"plugin.source": "https://github.com/YOUR_USERNAME/OpenGamepadUI-itch",
"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": "First Last",
"author.email": "person@example.com",
"entrypoint": "plugin.gd"
}