Import local storage
import_local_storageRestore saved local storage data into a specific browser profile via the desktop app. Accepts exported localStorage dumps with domain-based key-value pairs.
Instructions
Write a local storage dump (as produced by export_local_storage) into a profile through the desktop app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | No | team | |
| profileId | Yes | ||
| localStorage | Yes | One entry per origin; `data` holds Base64-encoded key/value pairs. |