Extension Icon

ProtonDB

Browse game information for Proton, Linux, Steam Deck, and SteamOS.
AvatarLitoMore
35 Installs
Overview

ProtonDB

Game information for Proton, Linux, Steam Deck, and SteamOS.

raycast-cross-extension-badge

Features

  • Browse game scores at ProtonDB

API

This extensions follows Raycast Cross-Extension Conventions.

You can use crossLaunchCommand or built-in launchCommand to call this extension.

Example

import { crossLaunchCommand } from "raycast-cross-extension";

crossLaunchCommand({
  name: "browse",
  type: LaunchType.UserInitiated,
  extensionName: "protondb",
  ownerOrAuthorName: "litomore",
  context: {
    steamAppName: "Black Myth: Wukong",
  },
});

License

MIT