1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

Add 32- & 64-pixel icon entries in manifest

Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/939
This commit is contained in:
Raymond Hill 2020-03-14 13:05:46 -04:00
parent 2cbbc30084
commit 1400b146ec
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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,