Skip to content

Commit

Permalink
add icons
Browse files Browse the repository at this point in the history
Closes #8
  • Loading branch information
Katsute committed Dec 19, 2021
1 parent b5fa8aa commit 8d72ac7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Binary file added src/icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/icon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
"name": "GitHub Red Issues",
"author": "Katsute",
"description": "Revert closed GitHub issues from purple back to red.",
"version": "2.0",
"version": "2.1",
"homepage_url": "https://github.com/Katsute/GitHub-Red-Issues",

"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [],
"content_scripts": [{
"css": ["style.css"],
Expand Down

0 comments on commit 8d72ac7

Please sign in to comment.