SteamLibraryLauncher by jrkhasky-code#109
Open
jrkhasky-code wants to merge 5 commits into
Open
Conversation
Added a manifest file for the Steam Library Launcher extension with metadata including identifier, name, author, description, category, website, and install source.
Updated the extension.json file to include schema, id, title, short description, and icon.
Contributor
|
@jrkhasky-code the CI is failing, please fix and then we can get this merged in! |
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request submits a new Command Palette extension entry (“Steam Library Launcher”) to the gallery by adding its extension.json manifest under extensions/.
Changes:
- Added a new extension manifest for
SteamLibraryLauncher. - Declared a winget install source and icon reference for the extension.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+2
to
+4
| "$schema": "../../../.github/schemas/extension.schema.json", | ||
| "id": "Jack.steam-library-launcher", | ||
| "title": "Steam Library Launcher", |
Comment on lines
+6
to
+10
| "icon": "StoreLogo.png", | ||
| "installSource": { | ||
| "type": "winget", | ||
| "id": "Jack.SteamLibraryLauncher" | ||
| } |
Comment on lines
+4
to
+6
| "title": "Steam Library Launcher", | ||
| "shortDescription": "A quick Steam library launcher extension for the PowerToys Command Palette.", | ||
| "icon": "StoreLogo.png", |
| "id": "Jack.steam-library-launcher", | ||
| "title": "Steam Library Launcher", | ||
| "shortDescription": "A quick Steam library launcher extension for the PowerToys Command Palette.", | ||
| "icon": "StoreLogo.png", |
niels9001
requested review from
DHowett,
chatasweetie,
crutkas,
michaeljolley,
niels9001 and
zadjii-msft
as code owners
July 13, 2026 18:19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extension Submission
Thanks for submitting your extension to the Command Palette Extensions Gallery!
Please fill out the checklist below to help us review your PR quickly.
Checklist
<author>/<extension-name>convention (lowercase, alphanumeric + hyphens only)extension.jsonwith all required fieldsidfield in myextension.jsonmatches my folder path (author.extension-name)iconfield inextension.jsonmatches my icon filenameAdditional context