Skip to content

Commit

Permalink
Updated Chrome manifest file to use PNGs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdulcet committed Jul 30, 2022
1 parent a5ba52a commit 692e7ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/manifests/chromemanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"browser_action": {
"browser_style": true,
"chrome_style": true,
"default_icon": "icons/fa-grin-dark.svg",
"default_icon": "icons/fa-grin-dark.png",
"default_title": "__MSG_browserActionButtonTitle__",
"default_popup": "popup/index.html",
"theme_icons": [
{
"dark": "icons/fa-grin-dark.svg",
"light": "icons/fa-grin-light.svg",
"dark": "icons/fa-grin-dark.png",
"light": "icons/fa-grin-light.png",
"size": 32
}
]
Expand Down

0 comments on commit 692e7ae

Please sign in to comment.