Skip to content

Commit

Permalink
Merge pull request #713 from jonathanKingston/svg-icon-context-change
Browse files Browse the repository at this point in the history
Svg icon context change
  • Loading branch information
jonathanKingston authored Aug 15, 2017
2 parents 8f8fc32 + 78b5de3 commit a44bf21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 36 deletions.
3 changes: 3 additions & 0 deletions webextension/img/container-site.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 1 addition & 36 deletions webextension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,42 +44,7 @@

"browser_action": {
"browser_style": true,
"default_icon": {
"16": "img/container-site-d-24.png",
"32": "img/container-site-d-48.png"
},
"theme_icons": [
{
"size": 16,
"dark": "img/container-site-d-24.png",
"light": "img/container-site-w-24.png"
},
{
"size": 24,
"dark": "img/container-site-d-24.png",
"light": "img/container-site-w-24.png"
},
{
"size": 32,
"dark": "img/container-site-d-48.png",
"light": "img/container-site-w-48.png"
},
{
"size": 48,
"dark": "img/container-site-d-48.png",
"light": "img/container-site-w-48.png"
},
{
"size": 96,
"dark": "img/container-site-d-96.png",
"light": "img/container-site-w-96.png"
},
{
"size": 192,
"dark": "img/container-site-d-192.png",
"light": "img/container-site-w-192.png"
}
],
"default_icon": "img/container-site.svg",
"default_title": "Containers",
"default_popup": "popup.html"
},
Expand Down

0 comments on commit a44bf21

Please sign in to comment.