Skip to content

Commit

Permalink
Typo in one of the icon sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
payne911 committed Jan 18, 2023
1 parent 63b9a3c commit c048e05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "Useful Forks",
"version": "2.0",
"version": "2.1",
"description": "To list GitHub forks ordered by stars, with additional information and automatic filtering of irrelevant ones.",
"permissions": [
"*://github.com/*"
],
"icons": {
"16": "images/useful-forks-16.png",
"32": "images/useful-forks-32.png",
"48": "images/useful-forks-32.png",
"48": "images/useful-forks-48.png",
"128": "images/useful-forks-128.png"
},
"content_scripts": [
Expand Down

0 comments on commit c048e05

Please sign in to comment.