feat: Added RClone integration feat: Implemented plugin settings feat: Updated minimal store version test: Fixed tests feat: Moved store and igdb and es-de to their own plugins
15 lines
No EOL
397 B
JSON
15 lines
No EOL
397 B
JSON
{
|
|
"name": "com.simeonradivoev.gameflow.ppsspp",
|
|
"displayName": "PPSSPP Integration",
|
|
"version": "0.0.1",
|
|
"description": "PPSSPP Emulator Integration",
|
|
"main": "./ppsspp.ts",
|
|
"icon": "https://www.ppsspp.org/static/img/platform/ppsspp-icon.png",
|
|
"category": "emulators",
|
|
"keywords": [
|
|
"integration",
|
|
"emulator",
|
|
"psp",
|
|
"ppsspp"
|
|
]
|
|
} |