mirror of https://github.com/gorhill/uBlock.git
Add 32- & 64-pixel icon entries in manifest
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/939
This commit is contained in:
parent
2cbbc30084
commit
1400b146ec
|
@ -65,7 +65,9 @@
|
||||||
"description": "__MSG_extShortDesc__",
|
"description": "__MSG_extShortDesc__",
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "img/ublock.svg",
|
"16": "img/ublock.svg",
|
||||||
|
"32": "img/ublock.svg",
|
||||||
"48": "img/ublock.svg",
|
"48": "img/ublock.svg",
|
||||||
|
"64": "img/ublock.svg",
|
||||||
"96": "img/ublock.svg"
|
"96": "img/ublock.svg"
|
||||||
},
|
},
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
|
|
Loading…
Reference in New Issue