Export
data.cookies. JSON export returns an array; export_format=netscape returns cookie-file text.
Example JSON export, with a redacted value:
cookies_not_found means there are no stored cookies to export. cookies_disabled means cookie storage is disabled for the profile.
Import
For the import endpoint, send the serialized cookies in thecookies field:
cookies also accepts an array:
Sessions that will not stay logged in
Check the state restored by the next run:
Service workers can also hold application state. Enable
storage_options.serviceworkers if the site needs it. The storage options table lists all defaults.