Skip to content

SteamLibraryLauncher by jrkhasky-code#109

Open
jrkhasky-code wants to merge 5 commits into
microsoft:mainfrom
jrkhasky-code:main
Open

SteamLibraryLauncher by jrkhasky-code#109
jrkhasky-code wants to merge 5 commits into
microsoft:mainfrom
jrkhasky-code:main

Conversation

@jrkhasky-code

Copy link
Copy Markdown

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

  • My folder follows the <author>/<extension-name> convention (lowercase, alphanumeric + hyphens only)
  • I have added an extension.json with all required fields
  • The id field in my extension.json matches my folder path (author.extension-name)
  • I have added an icon file (PNG or JPG, under 100 KB)
  • The icon field in extension.json matches my icon filename
  • My extension is available at the install source I specified (winget/MS Store)
  • I have read the Contributing Guide

Additional context

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.
@niels9001

Copy link
Copy Markdown
Contributor

@jrkhasky-code the CI is failing, please fix and then we can get this merged in!

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants