diff --git a/PRIVACY.md b/PRIVACY.md new file mode 100644 index 0000000..e896bc2 --- /dev/null +++ b/PRIVACY.md @@ -0,0 +1,29 @@ +# Outcut Privacy Policy + +Outcut is a browser extension that adds keyboard shortcuts to Outlook Web App. + +## Data Collection + +Outcut does **not** collect, transmit, or store any personal data. + +## Storage + +Outcut stores your preferences (keyboard shortcut preset selection and toggle states) using Chrome's built-in `chrome.storage.sync` API. This data: +- Stays on your device and within your Chrome profile +- Syncs across your Chrome instances if you use Chrome Sync (a Google feature, not ours) +- Is never sent to any external server + +## Permissions + +- **storage**: Save your extension preferences locally +- No other permissions are required + +## Email Content + +Outcut never reads, processes, stores, or transmits the content of your emails. It only interacts with the Outlook Web App's user interface elements (buttons, message list items) to provide keyboard shortcut functionality. + +## Contact + +For questions about this privacy policy, open an issue on the project's GitHub repository. + +*Last updated: April 2026* diff --git a/icons/icon-128.png b/icons/icon-128.png index c058434..01698e9 100644 Binary files a/icons/icon-128.png and b/icons/icon-128.png differ diff --git a/icons/icon-16.png b/icons/icon-16.png index 34f3725..9d02133 100644 Binary files a/icons/icon-16.png and b/icons/icon-16.png differ diff --git a/icons/icon-48.png b/icons/icon-48.png index be6f6f8..d773a83 100644 Binary files a/icons/icon-48.png and b/icons/icon-48.png differ