Cookies
What browser-side storage exists in the current Manga Studio stack.
The current app keeps client state intentionally thin. Most mutable product state lives on the backend, while the browser mainly stores navigation and runtime shell data.
Essential browser storage
The web app may use browser storage for platform essentials such as service worker caches, page assets, and route-level runtime state required to render the app.
Product state
Project records, billing snapshots, and export readiness are owned by the backend API rather than client-only cookies.
Analytics
This repo does not enable analytics by default. If you add analytics or experimentation tools, you should update this page and gate non-essential tracking appropriately.
Clearing data
You can clear local browser storage, cached site data, and service worker entries from the browser settings or developer tools at any time.