{
  "name": "emoji",
  "kind": "bundled",
  "title": "Emoji",
  "description": "An emoji picker: a grid of glyphs by category, recently used first, searched by name, keyword and :shortcode:. Copies or pastes the emoji (with your skin tone), or copies its :shortcode:.",
  "version": "0.2.0",
  "icon": "😀",
  "author": "pal",
  "spec": "github:zcag/pal/extensions/emoji",
  "source": "https://github.com/zcag/pal/tree/HEAD/extensions/emoji",
  "commit": "a84c75d8e1ff65aae49fd8acc1cf888a84c8a465",
  "manifest": {
    "name": "emoji",
    "title": "Emoji",
    "description": "An emoji picker: a grid of glyphs by category, recently used first, searched by name, keyword and :shortcode:. Copies or pastes the emoji (with your skin tone), or copies its :shortcode:.",
    "version": "0.2.0",
    "icon": "😀",
    "author": "pal",
    "repo": "bundled",
    "license": "MIT",
    "settings": [
      {
        "kind": "select",
        "id": "skin_tone",
        "label": "Skin tone",
        "description": "Applied to the emoji that take one (hands, people) when shown, copied and pasted.",
        "options": [
          {
            "id": "none",
            "title": "None (yellow)"
          },
          {
            "id": "light",
            "title": "Light"
          },
          {
            "id": "medium-light",
            "title": "Medium-light"
          },
          {
            "id": "medium",
            "title": "Medium"
          },
          {
            "id": "medium-dark",
            "title": "Medium-dark"
          },
          {
            "id": "dark",
            "title": "Dark"
          }
        ],
        "default": "none"
      },
      {
        "kind": "boolean",
        "id": "paste_by_default",
        "label": "Paste on Enter",
        "text": "Enter pastes the emoji into the app in front; ⌘Enter copies it",
        "description": "Off, Enter copies and ⌘Enter pastes. Pasting needs Accessibility on macOS.",
        "default": false
      }
    ],
    "store": {
      "tagline": "Every emoji in a grid; copy or paste it, or its :shortcode:",
      "category": "reference",
      "features": [
        "Every emoji in the bundled list as a grid, Recently used first (the last 24 you copied or pasted), then Unicode's groups from Smileys \u0026 Emotion to Flags",
        "Search by name, keyword or shortcode: `thumbs`, `celebrate`, `:thumbs_up:`",
        "`Enter` copies the emoji, `cmd+enter` pastes it into the app in front; `paste_by_default` swaps the two",
        "`cmd+shift+c` copies the `:shortcode:`",
        "A skin tone setting applied to the 329 emoji that take one, in the tile, on copy and on paste",
        "Live with a 30 s ttl, so the recents follow what you used"
      ],
      "permissions": [
        "accessibility"
      ],
      "platforms": [
        "macos",
        "linux"
      ],
      "screenshots": [
        {
          "file": "1-grid.png",
          "caption": "The grid: Recently used, then Smileys \u0026 Emotion and the other groups"
        },
        {
          "file": "2-search.png",
          "caption": "Searching by keyword narrows the tiles across every group"
        },
        {
          "file": "3-actions.png",
          "caption": "Copy, paste, or copy the :shortcode:"
        }
      ],
      "actions": [
        {
          "title": "Copy emoji",
          "keys": "enter"
        },
        {
          "title": "Paste emoji",
          "description": "Into the app that was in front; needs Accessibility on macOS.",
          "keys": "cmd+enter"
        },
        {
          "title": "Copy shortcode",
          "description": "`:thumbs_up:`",
          "keys": "cmd+shift+c"
        }
      ]
    },
    "palettes": {
      "emoji": {
        "tier": "catalog",
        "kind": "grid",
        "ttl": 30,
        "description": "Every emoji in the bundled list, by category.",
        "keys": [
          {
            "keys": "enter",
            "title": "Copy emoji"
          },
          {
            "keys": "cmd+enter",
            "title": "Paste emoji"
          },
          {
            "keys": "cmd+shift+c",
            "title": "Copy shortcode"
          }
        ],
        "settings": [
          {
            "kind": "number",
            "id": "columns",
            "label": "Columns",
            "description": "Tiles per row in the grid.",
            "min": 4,
            "max": 16,
            "default": 10
          }
        ]
      }
    }
  },
  "updated_at": "2026-09-16T16:45:33Z",
  "url": "https://pal.cagdas.io/extensions/emoji",
  "tagline": "Every emoji in a grid; copy or paste it, or its :shortcode:",
  "category": "reference",
  "screenshots": [
    "https://pal.cagdas.io/extensions/emoji/screenshots/1-grid.png",
    "https://pal.cagdas.io/extensions/emoji/screenshots/2-search.png",
    "https://pal.cagdas.io/extensions/emoji/screenshots/3-actions.png"
  ],
  "panel_screenshots": [
    "https://pal.cagdas.io/extensions/emoji/screenshots/1-grid.png",
    "https://pal.cagdas.io/extensions/emoji/screenshots/2-search.png",
    "https://pal.cagdas.io/extensions/emoji/screenshots/3-actions.png"
  ],
  "bar_screenshots": [],
  "has_bar": false,
  "bar_items": [],
  "has_readme": true
}
