Global Design & Privacy Philosophy
CLOCTIME was engineered as a high-performance browser extension. Unlike modern SaaS products that harvest cookies, tracking data, and device fingerprints, this system has zero connection capabilities to corporate servers. Our privacy policy is straightforward: we have no access to your details, therefore we have nothing to store, secure, or sell.
On-Device Storage Architecture
All interactions inside the dashboard — including your daily productivity streaks, time spent focusing, Pomodoro loop iterations, and domain blacklists — are stored securely inside Chrome's private chrome.storage.local partition managed by the singleton StateService background orchestrator.
This storage is isolated to your local browser profile. Removing CLOCTIME instantly deletes all local data permanently. There is no backup server to restore your metrics once uninstalled.
System Core Capabilities
The focus engine implements the following core systems entirely local within the browser:
Explicit Browser Permissions & Justifications
We declare and justify every API required by our extension as audited in the engineering analysis docs:
Zero Third-Party Scripts & Theme System
The extension bundle contains no external tracking libraries or analytic scripts. All visual interfaces are generated using a localized, seed-based custom Theme Engine 2.0 offering preloaded high-contrast variations:
Auditing & System Integrity
Users are encouraged to audit package bundle codes, trace network-level actions in developer inspectors, or view storage registries. This policy is a living document and may be updated as the extension evolves.