Create a separate icon for popup with exaggerated features (#65)

This commit is contained in:
Maxim Baz
2019-04-04 10:30:51 +02:00
committed by GitHub
parent c995964ea2
commit b56a2a3dde
7 changed files with 10 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ EXTENSION_FILES := \
src/*.png \
src/fonts/* \
src/popup/*.html \
src/popup/*.png \
src/popup/*.svg \
src/options/*.html
EXTENSION_FILES := \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 12.7 12.7" version="1.1">
<g transform="translate(0,-284.29998)">
<path d="m 2.4292406,284.32258 -0.00426,5.194 0.6179814,0.66441 -0.6190211,0.57483 0.6179814,0.6644 -0.6203892,0.61935 0.6193496,0.61989 -0.6198695,0.61986 0.6193496,0.61986 -0.6203903,0.61988 -0.00104,1.23922 1.23922,1.24077 0.95706,10e-4 0.6203902,-0.61988 0.00156,-2.19346 h 0.00312 v -3.01723 h 1.2901822 c 2.1984804,0 4.0624321,-1.08312 4.0624321,-3.52057 0,-2.5171 -1.8482601,-3.34585 -4.1263952,-3.34585 -1.6468851,-0.006 -2.390624,-0.004 -4.0373053,0.0194 z m 2.8110727,1.84482 h 1.0832115 c 1.2744817,0 1.9750539,0.39825 1.9750539,1.48155 0,1.08331 -0.6211981,1.65682 -1.9116106,1.65682 H 5.2403133 Z m -1.2428599,2.97944 0.6198694,-0.68973 -0.00104,7.30324 -0.6203893,0.61934 z" fill="#5f8dd3" />
<path d="m 2.2308031,284.32258 -0.00426,5.194 1.2132939,0.66441 -1.2143336,0.57483 1.2132939,0.6644 -1.2157017,0.61935 1.2146621,0.61989 -1.215182,0.61986 1.2146621,0.61986 -1.2157028,0.61988 -0.00104,1.23922 1.4376575,1.24077 0.95706,10e-4 0.6203902,-0.61988 0.00156,-2.19346 h 0.00312 v -3.01723 h 1.2901822 c 2.1984804,0 4.0624321,-1.08312 4.0624321,-3.52057 0,-2.5171 -1.8482601,-3.34585 -4.1263952,-3.34585 -1.6468851,-0.006 -2.5890615,-0.004 -4.2357428,0.0194 z m 3.0095102,1.84482 h 1.0832115 c 1.2744817,0 1.9750539,0.39825 1.9750539,1.48155 0,1.08331 -0.6211981,1.65682 -1.9116106,1.65682 H 5.2403133 Z m -1.2428599,2.97944 0.6198694,-0.68973 -0.00104,7.30324 -0.6203893,0.61934 z" fill="#5f8dd3" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 926 B

After

Width:  |  Height:  |  Size: 928 B

View File

@@ -14,7 +14,7 @@
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_icon": "popup/icon.png",
"default_popup": "popup/popup.html"
},
"options_ui": {

View File

@@ -13,7 +13,7 @@
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_icon": "popup/icon.png",
"default_popup": "popup/popup.html"
},
"options_ui": {

BIN
src/popup/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

6
src/popup/icon.svg Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 12.7 12.7" version="1.1">
<g transform="translate(0,-284.29998)">
<path d="m 1.833884,284.32246 -0.00426,4.68978 1.529537,0.70486 0.00166,1.26058 -1.5550616,0.30135 -0.019877,1.32528 1.6115372,0.49887 c 0.043276,0.3655 3.87e-4,0.61039 -5.2e-4,0.97752 l -1.5722398,0.43836 -0.00104,1.23922 1.8345325,1.24077 0.95706,10e-4 0.6203902,-0.61988 0.00156,-2.19346 h 0.00312 v -3.01723 h 1.2901822 c 2.1984804,0 4.0624323,-1.08312 4.0624323,-3.52057 0,-2.5171 -1.8482603,-3.34585 -4.1263954,-3.34585 -1.6468851,-0.006 -2.9859365,-0.004 -4.6326176,0.0194 z m 3.4064293,1.84494 h 1.0832115 c 1.2744817,0 1.9750539,0.39825 1.9750539,1.48155 0,1.08331 -0.6211981,1.65682 -1.9116106,1.65682 H 5.2403133 Z m -1.2428599,2.97944 0.6198694,-0.68973 -0.00104,7.30324 -0.6203893,0.61934 z" fill="#5f8dd3" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 942 B