Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Fixing toolbar icons
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenatal committed Nov 21, 2017
1 parent 7638af6 commit 0021c0c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,12 @@
"default_title": "Voice Fill",
"theme_icons": [{
"light": "mic-dark.svg",
"dark": "mic-dark.svg",
"dark": "mic.svg",
"size": 16
},
{
"light": "mic-dark.svg",
"dark": "mic.svg",
"size": 32
}]
}
Expand Down

0 comments on commit 0021c0c

Please sign in to comment.