Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
erayd committed Jul 10, 2019
1 parent 9abd53a commit b0db208
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 0 deletions.
Binary file added src/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
121 changes: 121 additions & 0 deletions src/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/manifest-chromium.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"persistent": true,
"scripts": ["js/background.dist.js"]
},
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_popup": "popup/popup.html"
},
Expand Down
3 changes: 3 additions & 0 deletions src/manifest-firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"persistent": true,
"scripts": ["js/background.dist.js"]
},
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_popup": "popup/popup.html"
},
Expand Down

0 comments on commit b0db208

Please sign in to comment.