This repository hosts the source code for the Tabily Chrome Extension's privacy policy page.
This privacy policy is designed for the First Release of Tabily. It explicitly outlines that the extension operates entirely locally and respects user privacy by design.
Key Policy Highlights:
- No Data Collection: We do not track user activity or send data to external servers.
- Local Storage: All tab groups and sessions are stored on the user's device via
chrome.storage.local. - Permissions: Explains the necessity of
tabs,storage, andfaviconpermissions.
The project is a lightweight static site:
index.html: Contains the full text of the privacy policy.styles.css: Implements Tabily's design system (Primary Color:#F54B64, Font:Montserrat) to ensure visual consistency with the extension.assets/: Contains branding assets like thelogo.svg.