Skip to content

Commit 755114d

Browse files
Merge pull request #86 from codecov/spalmurray/icons
Add proper icons
2 parents a4c016a + 93511fb commit 755114d

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

public/codecov-128x128.png

2.43 KB
Loading

public/codecov-16x16.png

358 Bytes
Loading

public/codecov-48x48.png

996 Bytes
Loading

public/icon.png

-1.17 KB
Binary file not shown.

public/manifest.firefox.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"description": "Codecov Browser Extension",
66
"version": "0.1.0",
77

8+
"icons": {
9+
"16": "codecov-16x16.png",
10+
"48": "codecov-48x48.png",
11+
"128": "codecov-128x128.png"
12+
},
13+
814
"options_ui": {
915
"page": "options.html"
1016
},

public/manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"description": "Codecov Browser Extension",
66
"version": "0.1.0",
77

8+
"icons": {
9+
"16": "codecov-16x16.png",
10+
"48": "codecov-48x48.png",
11+
"128": "codecov-128x128.png"
12+
},
13+
814
"options_ui": {
915
"page": "options.html"
1016
},

0 commit comments

Comments
 (0)