Skip to content

Commit cbdc47e

Browse files
author
Chris Vibert
committed
Use new repo icon
1 parent 91f7ea4 commit cbdc47e

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

mint/build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,15 @@ copy_background() {
99
cp ./js/background.js ./dist
1010
}
1111

12+
copy_icon() {
13+
cp icon.png ./dist
14+
}
15+
1216
replace_manifest() {
1317
cp manifest.json ./dist
1418
}
1519

1620
build
1721
copy_background
22+
copy_icon
1823
replace_manifest

mint/github-icon-16.png

-923 Bytes
Binary file not shown.

mint/icon.png

12.7 KB
Loading

mint/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"keyword": "gh"
88
},
99
"icons": {
10-
"16": "github-icon-16.png"
10+
"16": "icon.png"
1111
},
1212
"background": {
1313
"persistent": false,

0 commit comments

Comments
 (0)