fixed id and icons

master
Chris Punches 2025-12-30 04:46:37 -05:00
parent 637b67d971
commit f70b9495dd
6 changed files with 23 additions and 2 deletions

BIN
icons/icon-128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 304 B

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 599 B

After

Width:  |  Height:  |  Size: 3.2 KiB

11
icons/logo-with-bg.svg Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
<!-- Prussian blue (void) background -->
<rect width="512" height="512" fill="#001a2d"/>
<!-- Triangle (outer) -->
<polygon points="256,72 448,440 64,440" stroke="white" stroke-width="24" fill="none" stroke-linejoin="round"/>
<!-- Circle (inside triangle) -->
<circle cx="256" cy="300" r="140" stroke="white" stroke-width="24" fill="none"/>
<!-- Vertical split of circle -->
<line x1="256" y1="160" x2="256" y2="440" stroke="white" stroke-width="24" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 624 B

9
icons/logo.svg Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512" fill="none">
<!-- Triangle (outer) -->
<polygon points="256,72 448,440 64,440" stroke="white" stroke-width="24" fill="none" stroke-linejoin="round"/>
<!-- Circle (inside triangle) -->
<circle cx="256" cy="300" r="140" stroke="white" stroke-width="24"/>
<!-- Vertical split of circle -->
<line x1="256" y1="160" x2="256" y2="440" stroke="white" stroke-width="24" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 532 B

View File

@ -16,13 +16,14 @@
"browser_specific_settings": {
"gecko": {
"id": "crowdproof-observe@proofpoint.local"
"id": "crowdproof-observe@silogroup.org"
}
},
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
"96": "icons/icon-96.png",
"128": "icons/icon-128.png"
},
"sidebar_action": {