Skip to content

Commit 80d9eca

Browse files
committed
Updated icons
1 parent 7dde745 commit 80d9eca

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
lines changed

icons/128.png

18.3 KB
Loading

icons/16.png

796 Bytes
Loading

icons/32.png

2.3 KB
Loading

icons/48.png

3.89 KB
Loading

manifest.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"manifest_version": 2,
33
"name": "Custom User-Agent",
4-
"version": "1.0",
4+
"version": "1.1",
5+
"icons": {
6+
"16": "icons/16.png",
7+
"32": "icons/32.png",
8+
"48": "icons/48.png",
9+
"128": "icons/128.png"
10+
},
511
"background": {
612
"scripts": [
713
"background.js"
@@ -30,4 +36,4 @@
3036
"webRequest",
3137
"webRequestBlocking"
3238
]
33-
}
39+
}

0 commit comments

Comments
 (0)