Skip to content

Commit f33238d

Browse files
committed
v0.1.30: use favicon.svg (clean mark) for all icons, not logo.svg (wordmark)
- logo.svg is the wordmark (text outlines) — unreadable as a small icon (KDE). Switch extension new-tab hero + side-panel header + new-tab favicon to icons/favicon.svg; og:logo -> /favicon.svg - KDE menu/window icon already comes from tronbrowser.svg (built from favicon.svg)
1 parent 3dfb34d commit f33238d

29 files changed

Lines changed: 29 additions & 28 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../favicon.svg

apps/desktop/extensions/ai-sidebar/icons/logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/desktop/extensions/ai-sidebar/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "TronBrowser",
4-
"version": "0.1.29",
4+
"version": "0.1.30",
55
"description": "TronBrowser — privacy-first, AI-native. Branded new tab, DuckDuckGo search, CoinPay login, and a bring-your-own-keys AI sidebar.",
66
"icons": {
77
"16": "icons/icon-16.png",

apps/desktop/extensions/ai-sidebar/newtab.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<link rel="icon" href="icons/favicon.svg" type="image/svg+xml" />
67
<link rel="stylesheet" href="newtab.css" />
78
<title>TronBrowser</title>
89
</head>
@@ -13,7 +14,7 @@
1314
</header>
1415

1516
<main class="center">
16-
<img src="icons/logo.svg" alt="TronBrowser" class="logo" width="84" height="84" />
17+
<img src="icons/favicon.svg" alt="TronBrowser" class="logo" width="84" height="84" />
1718
<h1 class="brand">Tron<span>Browser</span></h1>
1819
<p class="tag">privacy-first · de-googled · AI-native</p>
1920

apps/desktop/extensions/ai-sidebar/sidepanel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</head>
99
<body>
1010
<header>
11-
<img src="icons/logo.svg" alt="TronBrowser" class="brand-logo" />
11+
<img src="icons/favicon.svg" alt="TronBrowser" class="brand-logo" />
1212
<span class="brand">Tron<span class="accent">Browser</span></span>
1313
<span id="provider" class="provider"></span>
1414
<button id="settings" title="Settings"></button>

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tronbrowser/desktop",
3-
"version": "0.1.29",
3+
"version": "0.1.30",
44
"private": true,
55
"description": "Desktop shell for the TronBrowser Chromium fork",
66
"type": "module",

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tronbrowser/docs",
3-
"version": "0.1.29",
3+
"version": "0.1.30",
44
"private": true,
55
"description": "Documentation site",
66
"type": "module",

apps/mobile/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"slug": "tronbrowserdev",
55
"owner": "profullstack",
66
"scheme": "tronbrowser",
7-
"version": "0.1.29",
7+
"version": "0.1.30",
88
"orientation": "portrait",
99
"userInterfaceStyle": "dark",
1010
"platforms": [

apps/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tronbrowser/mobile",
3-
"version": "0.1.29",
3+
"version": "0.1.30",
44
"private": true,
55
"description": "TronBrowser mobile (Expo / React Native) — Phase 2",
66
"type": "module",

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tronbrowser/web",
3-
"version": "0.1.29",
3+
"version": "0.1.30",
44
"private": true,
55
"description": "TronBrowser marketing site + web dashboard",
66
"type": "module",

0 commit comments

Comments
 (0)