Skip to content

Commit

Permalink
Updated icons
Browse files Browse the repository at this point in the history
  • Loading branch information
adokseo committed Sep 24, 2020
1 parent 7dde745 commit 80d9eca
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
Binary file added icons/128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"manifest_version": 2,
"name": "Custom User-Agent",
"version": "1.0",
"version": "1.1",
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"background": {
"scripts": [
"background.js"
Expand Down Expand Up @@ -30,4 +36,4 @@
"webRequest",
"webRequestBlocking"
]
}
}

0 comments on commit 80d9eca

Please sign in to comment.