Raycast — macOS Launcher Extension Development Overview Building Raycast extensions — custom commands, views, and integrations for the Raycast launcher on macOS. Helps developers create productivity extensions using React, TypeScript, and Raycast's API for lists, forms, actions, and preferences. Instructions List View Command Build a searchable list command: Detail View Show rich content with markdown: Form Command Collect user input with forms: Local Storage and Cache Persist data across command runs: Menu Bar Command Create a persistent menu bar item: Extension Manifest Configure commands a…