diff --git a/apps/moonlight/moonlight-psp.json b/apps/moonlight/moonlight-psp.json new file mode 100644 index 0000000..a6e8244 --- /dev/null +++ b/apps/moonlight/moonlight-psp.json @@ -0,0 +1,44 @@ +{ + "id": "moonlight-psp", + "name": "Moonlight for PlayStation Portable (PSP)", + "tagline": "NVIDIA GameStream & Sunshine client for PlayStation Portable (PSP-1000/2000/3000/Go/E1000)", + "description": "Moonlight PSP is a Moonlight-compatible game-streaming client for Sony PSP systems, designed around a custom PSP-native networking, decode, audio, input, and rendering stack. It streams H.264 video from a host PC running Sunshine or Apollo, leveraging Media Engine (ME) hardware decoding for low-latency gameplay.", + "category": "client", + "platforms": [ + "handheld" + ], + "icon": "https://github.com/moonlight-stream.png", + "screenshots": [ + "https://dlhb.gamebrew.org/psphomebrew/images/MoonlightPSP.png", + "https://dlhb.gamebrew.org/psphomebrew/images/MoonlightPSP4.png", + "https://dlhb.gamebrew.org/psphomebrew/images/MoonlightPSP5.png" + ], + "links": { + "github": "https://github.com/k4idyn/Moonlight-PSP", + "download": "https://github.com/k4idyn/Moonlight-PSP/releases/latest", + "documentation": "https://www.gamebrew.org/wiki/Moonlight_PSP" + }, + "official": false, + "tags": [ + "streaming", + "psp", + "playstation-portable", + "gaming" + ], + "compatibility": { + "sunshine": ">=0.1.0" + }, + "icons": [ + { + "src": "https://cdn.jsdelivr.net/npm/simple-icons@16/icons/playstationportable.svg", + "alt": "PlayStation Portable", + "invert": true + } + ], + "downloads": [ + { + "label": "Download on GitHub", + "url": "https://github.com/k4idyn/Moonlight-PSP/releases" + } + ] +}