Skip to content

Commit

Permalink
Replaced raster icons with SVG ones
Browse files Browse the repository at this point in the history
  • Loading branch information
KOLANICH authored and ltGbzza5AOY8EJQtCBERwGzgkVo committed Dec 22, 2020
1 parent e27d0f2 commit dbc90ca
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 4 deletions.
Binary file removed icons/icon-128x128.png
Binary file not shown.
Binary file removed icons/icon-16x16.png
Binary file not shown.
Binary file removed icons/icon-48x48.png
Binary file not shown.
9 changes: 9 additions & 0 deletions icons/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed icons/storeIcon.png
Binary file not shown.
9 changes: 9 additions & 0 deletions icons/storeIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
"version": "1.3.0",
"description": "An extension to help you gain full control of any website by redirecting traffic, replacing, editing, or inserting new content.",
"icons": {
"16": "icons/icon-16x16.png",
"48": "icons/icon-48x48.png",
"128": "icons/icon-128x128.png"
"16": "icons/icon.svg",
"48": "icons/icon.svg",
"128": "icons/icon.svg"
},
"browser_action": {
"default_icon": {
"16": "icons/icon-16x16.png"
"16": "icons/icon.svg",
"48": "icons/icon.svg",
"128": "icons/icon.svg"
}
},
"devtools_page": "src/ui/devtools.html",
Expand Down

0 comments on commit dbc90ca

Please sign in to comment.