Fill in plugin metadata (forge URL, author)

This commit is contained in:
Jose Falanga 2026-08-07 01:35:27 -03:00
parent e48a0b501d
commit f7d8f09f92

View file

@ -3,12 +3,12 @@
"plugin.name": "itch.io", "plugin.name": "itch.io",
"plugin.version": "0.1.8", "plugin.version": "0.1.8",
"plugin.min-api-version": "1.1.0", "plugin.min-api-version": "1.1.0",
"plugin.link": "https://github.com/YOUR_USERNAME/OpenGamepadUI-itch", "plugin.link": "https://forge.thergic.ar/jose/itchio-opengamepadui-plugin",
"plugin.source": "https://github.com/YOUR_USERNAME/OpenGamepadUI-itch", "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.", "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.tags": ["library", "itch.io", "indie"],
"store.images": [], "store.images": [],
"author.name": "First Last", "author.name": "Jose Falanga",
"author.email": "person@example.com", "author.email": "jose.falanga@gmail.com",
"entrypoint": "plugin.gd" "entrypoint": "plugin.gd"
} }