Skip to content

Instantly share code, notes, and snippets.

@ViktorVeselov
Created January 12, 2026 21:46
Show Gist options
  • Select an option

  • Save ViktorVeselov/76569405a5e279014cc5e1692fd75a39 to your computer and use it in GitHub Desktop.

Select an option

Save ViktorVeselov/76569405a5e279014cc5e1692fd75a39 to your computer and use it in GitHub Desktop.
privacy_policy.md
# Privacy Policy for Gemini Code Editor
**Last updated: January 12, 2026**
The "Gemini Code Editor" extension (the "Extension") is designed to respect your privacy. This policy describes how we handle your data.
## 1. Data Collection
We do **not** collect, store, or transmit any personal identification information (PII), browsing history, or user data to external servers.
## 2. Local Storage
The Extension uses your browser's local storage (`localStorage`) solely for the purpose of:
* Saving your current code draft so it isn't lost if you accidentally close the tab.
* Remembering your UI preferences (e.g., whether the panel is on the left or right side).
This data never leaves your device and is not accessible to the developer.
## 3. Remote Code Execution
The Extension allows you to execute code locally using a sandboxed environment.
* **Python**: We use the [Skulpt](https://skulpt.org) library, which is loaded from a Content Delivery Network (CDN). The execution of your code happens entirely within your browser's sandbox. Your code is **not** sent to any remote server for execution.
## 4. Contact
If you have questions about this policy, please contact the developer via the Chrome Web Store support page.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment