chore: achieve 100% data sovereignty

- Localized Chrome icon (removed Wikimedia dependency).
- Removed remaining Google Font CDN from extension popup.
- Updated AI_INIT.md with strict 'Zero-External-Requests' policy.
- Verified all website and extension assets are served locally.
This commit is contained in:
MacBook
2026-04-21 09:00:45 +02:00
parent 3e2e9ed7a5
commit d558e9d9c4
4 changed files with 7 additions and 4 deletions
+1 -2
View File
@@ -3,7 +3,6 @@
<head>
<meta charset="utf-8">
<title>KoalaSync</title>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&display=swap" rel="stylesheet">
<style>
:root {
--bg: #0f172a;
@@ -24,7 +23,7 @@
padding: 16px;
background: var(--bg);
color: var(--text);
font-family: 'Outfit', sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
font-size: 14px;
}