Skip to content

Commit

Permalink
adding back old logo
Browse files Browse the repository at this point in the history
  • Loading branch information
QasimWani committed Nov 24, 2020
1 parent 63c0850 commit 2ee03ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added assets/extension/logo_128.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 assets/thumbnail.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: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"version" : "0.0.5",
"author" : "Qasim Wani",
"browser_action": {
"default_icon": "assets/octocode.png",
"default_icon": "assets/thumbnail.png",
"default_popup": "popup.html"
},
"icons": {
"16": "assets/octocode.png",
"48": "assets/octocode.png",
"128": "assets/octocode.png"
"16": "assets/thumbnail.png",
"48": "assets/thumbnail.png",
"128": "assets/thumbnail.png"
},
"background": {
"scripts": ["scripts/background.js"],
Expand Down

0 comments on commit 2ee03ed

Please sign in to comment.