diff --git a/PRIVACY.md b/PRIVACY.md new file mode 100644 index 0000000..708001b --- /dev/null +++ b/PRIVACY.md @@ -0,0 +1,36 @@ +# Privacy Policy + +## Data Collection +Page Assist is committed to user privacy and does not collect any user data. All operations and data storage occur locally within your browser. + +## Browser Permissions +The extension requires the following permissions to function: + +- **Notifications**: To provide system notifications +- **Website Content Access**: Required for the chat-with-webpage functionality +- **Unlimited Storage**: Used to store chat history locally in your browser +- **Active Tab**: To ensure the extension is active on the current tab and get screenshots etc +- **Scripting**: For the chat-with-webpage functionality +- **Web Requests**: To modify headers of the local server to avoid CORS issues + +## Page Share Feature +When using the Page Share feature: + +- Data sharing only occurs when explicitly connecting to external sources +- Self-hosting option is available for complete data control +- Shared chats can be permanently deleted from the server at any time +- No data is retained after deletion + +## Data Storage +- All chat history and settings are stored locally in your browser +- No data is transmitted to external servers unless explicitly initiated by the user +- Users maintain full control over their data + +## Third-Party Services +Page Assist does not integrate with any third-party analytics or tracking services. + +## Changes to Privacy Policy +We reserve the right to update this privacy policy as needed. Users will be notified of any significant changes. + +## Contact +For privacy-related questions or concerns, please open an issue on our GitHub repository or mail me at me@n4ze3m.com \ No newline at end of file diff --git a/README.md b/README.md index d659a0b..add1101 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Page Assist is an open-source Chrome Extension that provides a Sidebar and Web U ## Installation -Page Assist supports Chromium-based browsers like Chrome, Brave, Edge, and Firefox. +Page Assist supports Chromium-based browsers like Chrome, Brave, and Edge, as well as Firefox. [![Chrome Web Store](https://pub-35424b4473484be483c0afa08c69e7da.r2.dev/UV4C4ybeBTsZt43U4xis.png)](https://chrome.google.com/webstore/detail/page-assist/jfgfiigpkhlkbnfnbobbkinehhfdhndo) [![Firefox Add-on](https://pub-35424b4473484be483c0afa08c69e7da.r2.dev/get-the-addon.png)](https://addons.mozilla.org/en-US/firefox/addon/page-assist/) @@ -138,6 +138,8 @@ Page Assist does not collect any personal data. The only time the extension comm All the data is stored locally in the browser storage. You can view the source code and verify it yourself. +You learn more about the privacy policy [here](PRIVACY.md). + ## Contributing Contributions are welcome. If you have any feature requests, bug reports, or questions, feel free to create an issue. diff --git a/docs/connection-issue.md b/docs/connection-issue.md index 7498dfd..73bd5a9 100644 --- a/docs/connection-issue.md +++ b/docs/connection-issue.md @@ -32,4 +32,11 @@ Since Ollama has connection issues when directly accessed from the browser exten This will resolve the connection issue, and you will be able to use Ollama without any issues on Page Assist ❤ +7. If you are still facing issues, you can try the following steps: + +- Add `OLLAMA_HOST=0.0.0.0` to the environment variables of Ollama. +- Restart Ollama. +- Try again. + + If you still face any issues, feel free to contact us [here](https://github.com/n4ze3m/page-assist/issues/new), and we will be happy to help you out. \ No newline at end of file