Last updated: 25 September 2026
| Name / key | What it's for | How long |
|---|---|---|
sb-…-auth-token | Keeps you logged in (login provider: Supabase) | Until you log out |
md-last-access | Your shop and role, so the counter can open without internet | Until you log out |
md-cache-… | Copy of products, customers and settings for offline billing | Until you log out (kept if bills are still waiting to be sent) |
md-offline-… | Bills made without internet, waiting to be sent | Until they are sent |
md-cart-…, md-held-… | The bill you are making and held bills, so nothing is lost on refresh | Until the bill is saved or cleared |
md-device, md-first-seen-…, md-last-backup-…, md-label-opts | A random device code for offline bill numbers, backup reminder, label print choices | Until you clear browser data |
| App files (service worker cache) | Lets the app open fast and without internet | Replaced on every update |
These are stored with your browser's "local storage" and app cache, not sent to anyone else. The demo (?demo) keeps its sample shop
only in your browser too.
Log out to remove your login and shop copies from the device. You can also clear site data in your browser settings; send any waiting offline bills first, or they will be lost.
More in our Privacy Policy.