{
  "format": "thepad-preset",
  "formatVersion": 1,
  "id": "gamer-social",
  "name": "Party y amigos",
  "description": "Discord, Steam, Spotify, invitaciones y capturas para quedar con amigos.",
  "category": "gamer",
  "author": "CYPAD",
  "profiles": [
    {
      "id": "gamer-social-main",
      "name": "Party",
      "grid": {
        "columns": 5,
        "rows": 2
      },
      "buttons": [
        {
          "id": "btn-gamer-social-discord",
          "label": "Discord",
          "accent": "#9f7cff",
          "icon": {
            "kind": "brand",
            "value": "discord"
          },
          "action": {
            "type": "run_command",
            "commandId": "cmd-gamer-social-discord",
            "shell": "powershell",
            "runInTerminal": false
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-gamer-social-steam",
          "label": "Steam",
          "accent": "#00f5ff",
          "icon": {
            "kind": "brand",
            "value": "steam"
          },
          "action": {
            "type": "run_command",
            "commandId": "cmd-gamer-social-steam",
            "shell": "powershell",
            "runInTerminal": false
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-gamer-social-spotify",
          "label": "Spotify",
          "accent": "#8fff00",
          "icon": {
            "kind": "brand",
            "value": "spotify"
          },
          "action": {
            "type": "run_command",
            "commandId": "cmd-gamer-social-spotify",
            "shell": "powershell",
            "runInTerminal": false
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-gamer-social-invite",
          "label": "Invitar party",
          "accent": "#ffe66d",
          "icon": {
            "kind": "lucide",
            "value": "clipboard"
          },
          "action": {
            "type": "copy_text",
            "text": "¿Hacemos party? Entra a Discord y abre Steam. Trae micro.\n"
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-gamer-social-capture",
          "label": "Captura",
          "accent": "#ff2bd6",
          "icon": {
            "kind": "lucide",
            "value": "image"
          },
          "action": {
            "type": "type_keys",
            "text": "win+shift+s",
            "mode": "hotkey"
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-gamer-social-mute",
          "label": "Mute PC",
          "accent": "#ff2bd6",
          "icon": {
            "kind": "lucide",
            "value": "music"
          },
          "action": {
            "type": "volume_control",
            "direction": "mute"
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-gamer-social-play",
          "label": "Play/Pausa",
          "accent": "#8fff00",
          "icon": {
            "kind": "lucide",
            "value": "music"
          },
          "action": {
            "type": "media_control",
            "action": "play_pause"
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-gamer-social-vol-up",
          "label": "Vol+",
          "accent": "#00f5ff",
          "icon": {
            "kind": "lucide",
            "value": "activity"
          },
          "action": {
            "type": "volume_control",
            "direction": "up"
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-gamer-social-discord-web",
          "label": "Discord web",
          "accent": "#ff2bd6",
          "icon": {
            "kind": "brand",
            "value": "discord"
          },
          "action": {
            "type": "open_url",
            "url": "https://discord.com/app"
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-gamer-social-store",
          "label": "Tienda Steam",
          "accent": "#ffe66d",
          "icon": {
            "kind": "brand",
            "value": "steam"
          },
          "action": {
            "type": "open_url",
            "url": "https://store.steampowered.com"
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        }
      ]
    }
  ],
  "allowedCommands": [
    {
      "id": "cmd-gamer-social-discord",
      "label": "Discord",
      "kind": "script",
      "shell": "powershell",
      "command": "Start-Process 'discord:'",
      "args": [],
      "runInTerminal": false
    },
    {
      "id": "cmd-gamer-social-steam",
      "label": "Steam",
      "kind": "script",
      "shell": "powershell",
      "command": "Start-Process 'steam://open/main'",
      "args": [],
      "runInTerminal": false
    },
    {
      "id": "cmd-gamer-social-spotify",
      "label": "Spotify",
      "kind": "script",
      "shell": "powershell",
      "command": "Start-Process 'spotify:'",
      "args": [],
      "runInTerminal": false
    }
  ],
  "profileRules": [],
  "soundboards": []
}
