Skip to content

Commit

Permalink
updated browserAction icons to match default themes
Browse files Browse the repository at this point in the history
  • Loading branch information
kendallcorner committed Feb 28, 2020
1 parent 18ed723 commit fe62ee3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
7 changes: 7 additions & 0 deletions src/img/multiaccountcontainer-16-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/img/multiaccountcontainer-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,23 @@
},
"browser_action": {
"browser_style": true,
"default_icon": "img/container-site.svg",
"default_icon": "img/multiaccountcontainer-16.svg",
"default_title": "Multi-Account Containers",
"default_popup": "popup.html",
"theme_icons": [
{
"light": "img/container-site-light.svg",
"dark": "img/container-site.svg",
"light": "img/multiaccountcontainer-16-dark.svg",
"dark": "img/multiaccountcontainer-16.svg",
"size": 32
}
]
},
"page_action": {
"browser_style": true,
"default_icon": "img/container-site.svg",
"default_icon": "img/multiaccountcontainer-16.svg",
"default_title": "Always open this in a Container",
"default_popup": "pageActionPopup.html",
"pinned": false,
"pinned": true,
"show_matches": ["*://*/*"]
},
"background": {
Expand Down

0 comments on commit fe62ee3

Please sign in to comment.