Making icons sharper since hand crafting your own svg was cool.

This commit is contained in:
Jonathan Kingston 2017-08-05 09:59:45 +01:00
parent ee8c69b73e
commit e78f49bec5
2 changed files with 39 additions and 36 deletions

View file

@ -0,0 +1,38 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="120"
height="120"
fill="context-fill #4c4c4c"
viewBox="0 0 120 120">
<rect
width="55.729603"
height="55.821072"
x="0"
y="0"
ry="8" />
<rect
width="55.729603"
height="55.821072"
x="0"
y="64"
ry="8" />
<rect
width="55.729603"
height="55.821072"
x="64"
y="64"
ry="8" />
<rect
width="11.440679"
height="55"
x="86.216095"
y="0"
ry="2.7768016" />
<rect
width="11.440679"
height="55"
x="22.504238"
y="-119.6822"
ry="2.7768016"
transform="matrix(0,1,-1,0,0,0)" />
</svg>

After

Width:  |  Height:  |  Size: 665 B

View file

@ -44,42 +44,7 @@
"browser_action": {
"browser_style": true,
"default_icon": {
"16": "img/container-site-d-24.png",
"32": "img/container-site-d-48.png"
},
"theme_icons": [
{
"size": 16,
"dark": "img/container-site-d-24.png",
"light": "img/container-site-w-24.png"
},
{
"size": 24,
"dark": "img/container-site-d-24.png",
"light": "img/container-site-w-24.png"
},
{
"size": 32,
"dark": "img/container-site-d-48.png",
"light": "img/container-site-w-48.png"
},
{
"size": 48,
"dark": "img/container-site-d-48.png",
"light": "img/container-site-w-48.png"
},
{
"size": 96,
"dark": "img/container-site-d-96.png",
"light": "img/container-site-w-96.png"
},
{
"size": 192,
"dark": "img/container-site-d-192.png",
"light": "img/container-site-w-192.png"
}
],
"default_icon": "img/container-site.svg",
"default_title": "Containers",
"default_popup": "popup.html"
},