677344f24d
- README, CHANGELOG, DISCLAIMER, SECURITY auf Englisch übersetzen - Projekt-Docs (architecture, patterns, widget-schema, style-guide) übersetzen - CODEOWNERS für Master-Branch-Schutz hinzufügen - release.yml auf Englisch übersetzen - STYLE_GUIDE von src/css/ nach docs/ verschieben
82 lines
3.1 KiB
Markdown
82 lines
3.1 KiB
Markdown
# Disclaimer — Hellion NewTab
|
|
|
|
## Use at Your Own Risk
|
|
|
|
This browser extension is provided "as is", without warranty of any kind, express
|
|
or implied, including but not limited to the warranties of merchantability, fitness
|
|
for a particular purpose and non-infringement.
|
|
|
|
## No Guarantee
|
|
|
|
The developer assumes no liability for:
|
|
|
|
- Data loss caused by storage errors, browser updates or extension uninstallation
|
|
- Incompatibilities with specific browser versions or operating systems
|
|
- Damages arising from the use or inability to use this extension
|
|
- Availability or accuracy of third-party services (Google Favicons API)
|
|
|
|
## Data Storage
|
|
|
|
All data is stored exclusively in the local browser (`chrome.storage.local`).
|
|
No data is transmitted to external servers. The developer has no access to stored
|
|
bookmarks, settings, notes or any other user data.
|
|
|
|
**Recommendation:** Create regular JSON backups using the export function in Settings.
|
|
|
|
## No Guaranteed Updates
|
|
|
|
This extension is maintained by a single developer in their spare time.
|
|
Continued development and updates are not guaranteed. Features may change,
|
|
projects may pause, and support is provided on a best-effort basis, not as an obligation.
|
|
|
|
## Third-Party Services
|
|
|
|
| Service | Purpose | Privacy |
|
|
|---|---|---|
|
|
| Google Favicons API | Load bookmark icons | Only the domain is transmitted, not the full URL |
|
|
|
|
## Trademark
|
|
|
|
The name "Hellion Online Media", the associated logo and all related graphics are
|
|
the property of Florian Wathling / Hellion Online Media and may not be used without
|
|
explicit permission. The CC BY-NC-SA 4.0 license applies to the source code and
|
|
content of this project, not to trademarks or brand assets.
|
|
|
|
Forks and derivative works must remove or replace all Hellion Online Media branding.
|
|
|
|
## Legal
|
|
|
|
This extension is developed and maintained by Florian Wathling / Hellion Online Media,
|
|
based in Bad Harzburg, Germany. All matters are handled in accordance with German
|
|
and EU law, including the General Data Protection Regulation (GDPR / DSGVO).
|
|
|
|
For legal inquiries: [hellion-media.de/impressum](https://hellion-media.de/impressum)
|
|
|
|
## Use of AI
|
|
|
|
**Claude:** Code analysis, bug fixing, documentation and proofreading.
|
|
**Me:** Architecture, features and logic are planned, thought through and written by me.
|
|
|
|
Who looks for "AI patterns" in the code: clean indentation is the linter,
|
|
okayish variable names are the developer, and the semicolon hiding somewhere
|
|
is what Claude finds. That's how it works.
|
|
|
|
I have ADHD and mild dyslexia. Claude helps me stay focused and makes sure
|
|
others can follow the code too. That's exactly what open source is for.
|
|
|
|
Source code is open, every decision is traceable.
|
|
|
|
---
|
|
|
|
| | |
|
|
|---|---|
|
|
| **Developer** | Florian Wathling |
|
|
| **Company** | Hellion Online Media |
|
|
| **Web** | [hellion-media.de](https://hellion-media.de) |
|
|
| **Imprint** | [hellion-media.de/impressum](https://hellion-media.de/impressum) |
|
|
| **Contact** | [kontakt@hellion-media.de](mailto:kontakt@hellion-media.de) |
|
|
|
|
---
|
|
|
|
**Hellion NewTab** — [Hellion Online Media — Florian Wathling](https://hellion-media.de) — JonKazama-Hellion
|