Skip to content

Commit

Permalink
Update the toolbar icon for dark themes
Browse files Browse the repository at this point in the history
  • Loading branch information
iorate committed Oct 23, 2018
1 parent 1973eb7 commit 0d52502
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file added icon19.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 icon38.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@

"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.5.4",
"version": "1.5.5",
"permissions": ["activeTab", "storage"],

"background": {
"scripts": ["eventpage.js"],
"persistent": false
},
"browser_action": {
"default_icon": {
"19": "icon19.png",
"38": "icon38.png"
},
"default_popup": "popup.html"
},
"content_scripts": [{
Expand Down

0 comments on commit 0d52502

Please sign in to comment.