Skip to content

Commit

Permalink
Use suitable icon color for each context
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Nov 14, 2023
1 parent cec029a commit a672926
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 34 deletions.
12 changes: 6 additions & 6 deletions webextensions/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
"bookmarks"
],
"icons": {
"16": "/resources/16x16.svg",
"20": "/resources/20x20.svg",
"24": "/resources/24x24.svg"
"16": "/resources/16x16.svg#default",
"20": "/resources/20x20.svg#default",
"24": "/resources/24x24.svg#default"
},
"background": {
"page": "/background/background.html"
},
"browser_action": {
"default_title": "__MSG_panelTitle__",
"default_icon": {
"16": "/resources/16x16.svg",
"20": "/resources/20x20.svg",
"24": "/resources/24x24.svg"
"16": "/resources/16x16.svg#toolbar",
"20": "/resources/20x20.svg#toolbar",
"24": "/resources/24x24.svg#toolbar"
},
"browser_style": true
},
Expand Down
36 changes: 29 additions & 7 deletions webextensions/resources/16x16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 29 additions & 7 deletions webextensions/resources/20x20.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 29 additions & 7 deletions webextensions/resources/24x24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 29 additions & 7 deletions webextensions/resources/64x64.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a672926

Please sign in to comment.