api_version = "2026-01" [[extensions]] type = "ui_extension" # Change the merchant-facing name of the extension in locales/en.default.json name = "t:name" uid = "619919cc-b3ef-a888-33c4-e35d43b7c028675e2c92" handle = "pos-datetime" description = "Schedule a pickup/delivery date and time for the current sale, against the same capacity pool as the storefront widget." # module: file that contains your extension’s source code # target: location where your extension appears in POS [[extensions.targeting]] module = "./src/Tile.jsx" target = "pos.home.tile.render" [[extensions.targeting]] module = "./src/Modal.jsx" target = "pos.home.modal.render"