Application settings
The current query
The current search input text
Array of product results from the most recent search (stored in IndexedDB)
Flag indicating a new search was submitted from the search home panel
Persisted search history entries (stored in IndexedDB)
Selected suppliers list for search filtering
HTTP LRU cache
The current panel (0 = SearchHome, 1 = Results, 2 = Stats)
Supplier query results cache (stored in IndexedDB)
Supplier product data cache (stored in IndexedDB)
Persisted TanStack table state (sorting, pagination, expanded rows, column visibility)
ID of the ChemPal Favorites bookmarks folder
Keys used for storing and retrieving data in chrome.storage.session.
Source