From f7d8f09f922009119041cef3391681d0037d6bf4 Mon Sep 17 00:00:00 2001 From: Jose Falanga Date: Fri, 7 Aug 2026 01:35:27 -0300 Subject: [PATCH] Fill in plugin metadata (forge URL, author) --- plugin.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugin.json b/plugin.json index 4d48bfa..756cfa3 100644 --- a/plugin.json +++ b/plugin.json @@ -3,12 +3,12 @@ "plugin.name": "itch.io", "plugin.version": "0.1.8", "plugin.min-api-version": "1.1.0", - "plugin.link": "https://github.com/YOUR_USERNAME/OpenGamepadUI-itch", - "plugin.source": "https://github.com/YOUR_USERNAME/OpenGamepadUI-itch", + "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": "First Last", - "author.email": "person@example.com", + "author.name": "Jose Falanga", + "author.email": "jose.falanga@gmail.com", "entrypoint": "plugin.gd" }