Game information for Proton, Linux, Steam Deck, and SteamOS.
This extensions follows Raycast Cross-Extension Conventions.
You can use crossLaunchCommand or built-in launchCommand to call this extension.
import { crossLaunchCommand } from "raycast-cross-extension";
crossLaunchCommand({
  name: "browse",
  type: LaunchType.UserInitiated,
  extensionName: "protondb",
  ownerOrAuthorName: "litomore",
  context: {
    steamAppName: "Black Myth: Wukong",
  },
});
MIT