Use action icons with no padding for browser action. #803
@ -5,15 +5,20 @@
|
||||
"description": "__MSG_manifest_app_description__",
|
||||
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkhwZJT76btQ04EEMOFtZPLESD1TmSVjbLjs0OyesD9Ht8YllFPfJ3qmtbSQGVuvmxH1GK/jUO2QcEWb8bHuOjoRlq20fi5j5Aq90O8FKET+y5D8PxCyi3WmnquiEwaE5cNmaCsw/G2JlO+bZOtdQ/QKOvMxBAegABYimEGfSvCMVUEvpymys0gBhLoch72zPAiJUBkf0z8BtjYTueMRcRXkrSeRPLygUDQnZ1TkQWMYYBp/zqpD5ggxytAklEMQzR9Hn0lqu5s7iuUAgihbysPn/8Wh00Zj5FySpK//KcpG3JS7UWxC28oSt8z5ZR3YimnX+HX3P36V0mC1pgM4o7wIDAQAB",
|
||||
"icons": {
|
||||
"16": "img/icons/omega-16.png",
|
||||
"32": "img/icons/omega-32.png",
|
||||
"16": "img/icons/omega-action-16.png",
|
||||
"24": "img/icons/omega-action-24.png",
|
||||
"32": "img/icons/omega-action-32.png",
|
||||
"48": "img/icons/omega-48.png",
|
||||
"64": "img/icons/omega-64.png",
|
||||
"128": "img/icons/omega-128.png"
|
||||
},
|
||||
"default_locale": "en",
|
||||
"browser_action": {
|
||||
"default_icon": "img/icons/omega-32.png",
|
||||
"default_icon": {
|
||||
"16": "img/icons/omega-action-16.png",
|
||||
"24": "img/icons/omega-action-24.png",
|
||||
"32": "img/icons/omega-action-32.png"
|
||||
},
|
||||
"default_title": "__MSG_manifest_icon_default_title__",
|
||||
"default_popup": "popup.html"
|
||||
},
|
||||
|
Before Width: | Height: | Size: 444 B |
Before Width: | Height: | Size: 833 B |
BIN
omega-web/img/icons/omega-action-16.png
Normal file
After Width: | Height: | Size: 568 B |
BIN
omega-web/img/icons/omega-action-24.png
Normal file
After Width: | Height: | Size: 737 B |
BIN
omega-web/img/icons/omega-action-32.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="38"
|
||||
height="38"
|
||||
width="32"
|
||||
height="32"
|
||||
version="1.1">
|
||||
<path
|
||||
d="M 19 19 m -19 0 a 19 19 0 1 0 38 0 a 19 19 0 1 0 -38 0 M 19 19 m -9.5 0 a 9.5 9.5 0 1 0 19 0 a 9.5 9.5 0 1 0 -19 0"
|
||||
d="M 16 16 m -16 0 a 16 16 0 1 0 32 0 a 16 16 0 1 0 -32 0 M 16 16 m -8 0 a 8 8 0 1 0 16 0 a 8 8 0 1 0 -16 0"
|
||||
fill-rule="evenodd"
|
||||
fill="#31afec"
|
||||
stroke="none" />
|
||||
|
Before Width: | Height: | Size: 335 B After Width: | Height: | Size: 325 B |