From 911eb27fd9c133cdf5efaf3725b3d87c35f3e3c7 Mon Sep 17 00:00:00 2001 From: wagesj45 Date: Mon, 20 Apr 2026 12:01:52 -0500 Subject: [PATCH] Add PsiTransfer branding assets to manifest and account UI --- manifest.json | 8 ++++++++ ui/account.css | 8 ++++++++ ui/account.html | 2 ++ 3 files changed, 18 insertions(+) diff --git a/manifest.json b/manifest.json index f52161e..110ce23 100644 --- a/manifest.json +++ b/manifest.json @@ -9,6 +9,14 @@ "strict_min_version": "128.0" } }, + "icons": { + "16": "resources/img/logo16.png", + "32": "resources/img/logo32.png", + "48": "resources/img/logo48.png", + "64": "resources/img/logo64.png", + "96": "resources/img/logo96.png", + "128": "resources/img/logo128.png" + }, "permissions": [ "cloudFile", "storage" diff --git a/ui/account.css b/ui/account.css index 3e1c7c2..4bd4871 100644 --- a/ui/account.css +++ b/ui/account.css @@ -29,9 +29,17 @@ body { } .hero { + display: grid; + gap: 10px; margin-bottom: 20px; } +.hero-logo { + display: block; + width: 64px; + height: 64px; +} + .eyebrow { margin: 0 0 8px; text-transform: uppercase; diff --git a/ui/account.html b/ui/account.html index 34e4016..fad9136 100644 --- a/ui/account.html +++ b/ui/account.html @@ -4,11 +4,13 @@ PsiTransfer Account +
+

Thunderbird Filelink

PsiTransfer Account