xi-conversations

Minimal clone of thunderbird conversations
git clone https://git.ce9e.org/xi-conversations.git

commit
2bbf84129f81918744ef6f3548d71299418b5106
parent
85c6febd9209dd9134bf6853341c6aae2cfb5a67
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-09-15 08:55
add icon

Diffstat

A icon.svg 6 ++++++
M manifest.json 3 +++

2 files changed, 9 insertions, 0 deletions


diff --git a/icon.svg b/icon.svg

@@ -0,0 +1,6 @@
   -1     1 <svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128">
   -1     2   <rect fill="#6B6B6B" x="0" y="0" width="128" height="128" rx="16" ry="16" />
   -1     3   <rect stroke="#fff" stroke-width="2" fill="none" x="18" y="18" width="92" height="18" />
   -1     4   <rect stroke="#fff" stroke-width="2" fill="none" x="18" y="40" width="92" height="18" />
   -1     5   <rect stroke="#fff" stroke-width="2" fill="none" x="18" y="62" width="92" height="48" />
   -1     6 </svg>

diff --git a/manifest.json b/manifest.json

@@ -11,6 +11,9 @@
   11    11   "version": "0.0.0",
   12    12   "author": "Tobias Bengfort",
   13    13   "default_locale": "en",
   -1    14   "icons": {
   -1    15     "48": "icon.svg"
   -1    16   },
   14    17   "background": {
   15    18     "page": "background.html"
   16    19   },