Add Session Switch plugin: 'Switch to Steam' power menu button for OpenGamepadUI
This commit is contained in:
commit
f3ae701000
5 changed files with 205 additions and 0 deletions
14
plugin.json
Normal file
14
plugin.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"plugin.id": "session-switch",
|
||||
"plugin.name": "Session Switch",
|
||||
"plugin.version": "0.1.0",
|
||||
"plugin.min-api-version": "1.1.0",
|
||||
"plugin.link": "https://github.com/YOUR_USERNAME/session-switch",
|
||||
"plugin.source": "https://github.com/YOUR_USERNAME/session-switch",
|
||||
"plugin.description": "Adds a 'Switch to Steam' button to the power menu so OpenGamepadUI can return to Steam game mode on ChimeraOS and SteamOS.",
|
||||
"store.tags": [],
|
||||
"store.images": [],
|
||||
"author.name": "First Last",
|
||||
"author.email": "person@example.com",
|
||||
"entrypoint": "plugin.gd"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue