Skip to content

Commit 9e3906d

Browse files
ralyodioclaude
andcommitted
branding: emblem-only favicon + logo/hero asset split
Regenerate favicon.svg as the icon-only mark (drop wordmark, transparent background) so it reads cleanly at tab sizes. Split branding sources: rename the full lockup mark.svg -> hero.svg, add logo.svg, and repoint HTML refs (favicon -> /favicon.svg, og:logo/hero -> /logo.svg) across web and extension pages. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 62284d1 commit 9e3906d

20 files changed

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

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

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +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/mark.svg" type="image/svg+xml" />
6+
<link rel="icon" href="icons/favicon.svg" type="image/svg+xml" />
77
<link rel="stylesheet" href="newtab.css" />
88
<title>TronBrowser</title>
99
</head>
@@ -14,7 +14,7 @@
1414
</header>
1515

1616
<main class="center">
17-
<img src="icons/favicon.svg" alt="TronBrowser" class="logo" width="380" height="380" />
17+
<img src="icons/logo.svg" alt="TronBrowser" class="logo" width="380" height="380" />
1818

1919
<form id="search" class="search">
2020
<div class="modes" role="tablist">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</style>
5050
</head>
5151
<body>
52-
<img src="icons/favicon.svg" alt="TronBrowser" class="brand-logo" />
52+
<img src="icons/logo.svg" alt="TronBrowser" class="brand-logo" />
5353
<h1>Settings</h1>
5454

5555
<h2>Account</h2>

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/favicon.svg" alt="TronBrowser" class="brand-logo" />
11+
<img src="icons/logo.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/extensions/public/extension.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<title>Extension — TronBrowser Store</title>
77
<meta name="description" content="Install this Manifest V3 extension from the TronBrowser store." />
88
<meta name="theme-color" content="#05070d" />
9-
<link rel="icon" href="/mark.svg" type="image/svg+xml" />
9+
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
1010
<link rel="stylesheet" href="/store/store.css" />
1111
</head>
1212
<body data-page="detail">
1313
<header class="nav"><div class="wrap">
14-
<a class="brand" href="/" aria-label="TronBrowser"><img src="/mark.svg" alt="TronBrowser" /></a>
14+
<a class="brand" href="/" aria-label="TronBrowser"><img src="/favicon.svg" alt="TronBrowser" /></a>
1515
<span class="spacer"></span>
1616
<a class="navlink" href="/store/">Browse</a>
1717
<a class="navlink" href="/store/install-guide.html">Install guide</a>

apps/extensions/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<meta name="description" content="The TronBrowser extension store. Manifest V3 extensions, one-click install in TronBrowser, sideload guides for Chrome/Edge/Firefox. Publishers pay $1 and go live instantly — no review queue, no $5 dev fee, no multi-day waits." />
88
<meta name="theme-color" content="#05070d" />
99
<link rel="canonical" href="https://tronbrowser.dev/store/" />
10-
<link rel="icon" href="/mark.svg" type="image/svg+xml" />
10+
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
1111
<link rel="stylesheet" href="/store/store.css" />
1212
</head>
1313
<body data-page="browse">
1414
<header class="nav"><div class="wrap">
15-
<a class="brand" href="/" aria-label="TronBrowser"><img src="/mark.svg" alt="TronBrowser" /></a>
15+
<a class="brand" href="/" aria-label="TronBrowser"><img src="/favicon.svg" alt="TronBrowser" /></a>
1616
<span class="spacer"></span>
1717
<a class="navlink" href="/store/">Browse</a>
1818
<a class="navlink" href="/store/install-guide.html">Install guide</a>

apps/extensions/public/install-guide.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<title>Install guide — TronBrowser Store</title>
77
<meta name="description" content="How to install TronBrowser store extensions: one-click in TronBrowser, and sideload steps for Chrome, Edge and Firefox." />
88
<meta name="theme-color" content="#05070d" />
9-
<link rel="icon" href="/mark.svg" type="image/svg+xml" />
9+
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
1010
<link rel="stylesheet" href="/store/store.css" />
1111
</head>
1212
<body data-page="guide">
1313
<header class="nav"><div class="wrap">
14-
<a class="brand" href="/" aria-label="TronBrowser"><img src="/mark.svg" alt="TronBrowser" /></a>
14+
<a class="brand" href="/" aria-label="TronBrowser"><img src="/favicon.svg" alt="TronBrowser" /></a>
1515
<span class="spacer"></span>
1616
<a class="navlink" href="/store/">Browse</a>
1717
<a class="navlink" href="/store/install-guide.html">Install guide</a>

apps/extensions/public/submit.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<title>Publish an extension — TronBrowser Store</title>
77
<meta name="description" content="Publish your Manifest V3 extension to the TronBrowser store. Pay $1, go live instantly." />
88
<meta name="theme-color" content="#05070d" />
9-
<link rel="icon" href="/mark.svg" type="image/svg+xml" />
9+
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
1010
<link rel="stylesheet" href="/store/store.css" />
1111
</head>
1212
<body data-page="submit">
1313
<header class="nav"><div class="wrap">
14-
<a class="brand" href="/" aria-label="TronBrowser"><img src="/mark.svg" alt="TronBrowser" /></a>
14+
<a class="brand" href="/" aria-label="TronBrowser"><img src="/favicon.svg" alt="TronBrowser" /></a>
1515
<span class="spacer"></span>
1616
<a class="navlink" href="/store/">Browse</a>
1717
<a class="navlink" href="/store/install-guide.html">Install guide</a>

apps/web/public/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<meta name="robots" content="noindex" />
77
<title>404 — Not Found · TronBrowser</title>
8-
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
8+
<link rel="icon" href="/logo.svg" type="image/svg+xml" />
99
<style>
1010
body { margin:0; min-height:100vh; display:flex; flex-direction:column; align-items:center; justify-content:center;
1111
background:#05070d; color:#cfe8ff; font:16px/1.6 ui-monospace,Menlo,monospace; text-align:center; padding:24px; }

0 commit comments

Comments
 (0)