We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f7ea4 commit cbdc47eCopy full SHA for cbdc47e
mint/build.sh
@@ -9,10 +9,15 @@ copy_background() {
9
cp ./js/background.js ./dist
10
}
11
12
+copy_icon() {
13
+ cp icon.png ./dist
14
+}
15
+
16
replace_manifest() {
17
cp manifest.json ./dist
18
19
20
build
21
copy_background
22
+copy_icon
23
replace_manifest
mint/github-icon-16.png
-923 Bytes
mint/icon.png
12.7 KB
mint/manifest.json
@@ -7,7 +7,7 @@
7
"keyword": "gh"
8
},
"icons": {
- "16": "github-icon-16.png"
+ "16": "icon.png"
"background": {
"persistent": false,
0 commit comments