This repository hosts the official Privacy Policy for Chrome Extensions published by OvalStudio.
The privacy policy is published via GitHub Pages and serves as the required privacy policy link for extensions listed on the Chrome Web Store.
| File | Purpose |
|---|---|
privacy-policy.md |
The official privacy policy for current and future extensions |
privacy-policy-template.md |
A reusable template for new extension-specific policies |
index.html |
GitHub Pages entry point — renders the privacy policy as a clean web page |
styles.css |
Minimal styling for the GitHub Pages site |
README.md |
This file |
- The main
privacy-policy.mdis the default policy. It covers all extensions that do not collect personal data. - If an extension has unique privacy considerations, duplicate
privacy-policy-template.md, rename it toprivacy-policy-<extension-name>.md, and update it accordingly. Then link to it from the Chrome Web Store listing.
The privacy policy is served at:
https://ovalstudio.github.io/privacy-policy
This repository is provided for reference and usage by OvalStudio. Feel free to adapt the template for your own projects.