Initial commit: itch.io box art provider for OpenGamepadUI
All checks were successful
Build plugin / build (push) Successful in 1m10s
All checks were successful
Build plugin / build (push) Successful in 1m10s
This commit is contained in:
commit
cb26d9931c
11 changed files with 1115 additions and 0 deletions
15
plugin.json
Normal file
15
plugin.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"plugin.id": "itch-artprovider",
|
||||
"plugin.name": "itch.io Art Provider",
|
||||
"plugin.version": "0.1.0",
|
||||
"plugin.min-api-version": "1.1.0",
|
||||
"plugin.link": "https://forge.thergic.ar/jose/itchio-opengamepadui-artprovider-plugin",
|
||||
"plugin.source": "https://forge.thergic.ar/jose/itchio-opengamepadui-artprovider-plugin",
|
||||
"plugin.summary": "Box art provider for itch.io games",
|
||||
"plugin.description": "Fetches cover art and screenshots from itch.io game pages for use as box art in OpenGamepadUI. Works alongside the itch.io library plugin to provide per-layout artwork: cover for portrait/logo, full-res screenshots for landscape/banner.",
|
||||
"store.tags": ["itch.io", "boxart", "library"],
|
||||
"store.images": [],
|
||||
"author.name": "Jose Falanga",
|
||||
"author.email": "jose.falanga@gmail.com",
|
||||
"entrypoint": "plugin.gd"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue