This repository contains the privacy policy and terms of use documentation for the Invoice Generator Chrome extension.
The documentation is hosted via GitHub Pages and accessible at:
muriloduarte.github.io/invoice-generator-docs
Also available on the Chrome Web Store:
chromewebstore.google.com/detail/invoice-generator/fcmclkdodbgjldmejkpmfjpkoedaicbj
- Privacy Policy (Portuguese & English)
- Terms of Use (Portuguese)
- Responsive design optimized for all devices
- Professional styling with modern UI
invoice-generator-docs/
├── index.html # Privacy Policy (Portuguese)
├── privacy-en.html # Privacy Policy (English)
├── terms.html # Terms of Use (Portuguese)
├── README.md # This file
└── assets/
└── style.css # Styling and responsive design
- Go to Settings → Pages in this repository
- Under Source, select:
- Branch:
main - Folder:
/ (root)
- Branch:
- Click Save
- Wait ~2-10 minutes for the site to be published
Add the following to your manifest.json:
{
"homepage_url": "https://muriloduarte.github.io/invoice-generator-docs/"
}- Go to your extension's page in the Chrome Web Store Developer Dashboard
- Navigate to the Privacy section
- Add the Privacy Policy URL:
https://muriloduarte.github.io/invoice-generator-docs/
- Save and publish the changes
To update the privacy policy:
- Edit the relevant HTML file (
index.htmlfor Portuguese,privacy-en.htmlfor English) - Update the "Last updated" date
- Commit and push the changes
- GitHub Pages will automatically update the live site
git add .
git commit -m "Update privacy policy"
git push origin mainEdit the CSS variables in assets/style.css:
:root {
--primary-color: #2563eb;
--secondary-color: #1e40af;
/* ... other colors ... */
}- Create a new file:
privacy-{lang-code}.html - Copy the structure from
privacy-en.html - Translate the content
- Update the language selector links in all files
This privacy policy template is designed to comply with:
- ✅ LGPD (Lei Geral de Proteção de Dados) - Brazil
- ✅ GDPR (General Data Protection Regulation) - EU
- ✅ Chrome Web Store Developer Program Policies
For questions about this documentation:
- Email: muriloduartegoncalves@gmail.com
- GitHub Issues: Create an issue
This documentation is provided under the MIT License.
Note: Make sure to customize the email addresses and specific details according to your actual extension before going live.