Skip to content

Commit c048e05

Browse files
committed
Typo in one of the icon sizes
1 parent 63b9a3c commit c048e05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "Useful Forks",
3-
"version": "2.0",
3+
"version": "2.1",
44
"description": "To list GitHub forks ordered by stars, with additional information and automatic filtering of irrelevant ones.",
55
"permissions": [
66
"*://github.com/*"
77
],
88
"icons": {
99
"16": "images/useful-forks-16.png",
1010
"32": "images/useful-forks-32.png",
11-
"48": "images/useful-forks-32.png",
11+
"48": "images/useful-forks-48.png",
1212
"128": "images/useful-forks-128.png"
1313
},
1414
"content_scripts": [

0 commit comments

Comments
 (0)