Skip to content

Commit

Permalink
Update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistecdr committed Oct 27, 2024
1 parent 01d4bb3 commit 716712b
Show file tree
Hide file tree
Showing 23 changed files with 21 additions and 21 deletions.
Binary file added public/icons/icon-browser-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 public/icons/icon-browser-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 public/icons/icon-browser-19.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 public/icons/icon-browser-24.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 public/icons/icon-browser-256.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 public/icons/icon-browser-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 public/icons/icon-browser-38.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 public/icons/icon-browser-48.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 public/icons/icon-browser-512.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 public/icons/icon-browser-80.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 public/icons/icon-browser-96.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 removed public/icons/icon128.png
Binary file not shown.
Binary file removed public/icons/icon16.png
Binary file not shown.
Binary file removed public/icons/icon19.png
Binary file not shown.
Binary file removed public/icons/icon24.png
Binary file not shown.
Binary file removed public/icons/icon256.png
Binary file not shown.
Binary file removed public/icons/icon32.png
Binary file not shown.
Binary file removed public/icons/icon38.png
Binary file not shown.
Binary file removed public/icons/icon48.png
Binary file not shown.
Binary file removed public/icons/icon512.png
Binary file not shown.
Binary file removed public/icons/icon80.png
Binary file not shown.
Binary file removed public/icons/icon96.png
Binary file not shown.
42 changes: 21 additions & 21 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,32 +32,32 @@
}
},
"icons": {
"16": "icons/icon16.png",
"19": "icons/icon19.png",
"24": "icons/icon24.png",
"32": "icons/icon32.png",
"38": "icons/icon38.png",
"48": "icons/icon48.png",
"80": "icons/icon80.png",
"96": "icons/icon96.png",
"128": "icons/icon128.png",
"256": "icons/icon256.png",
"512": "icons/icon512.png"
"16": "icons/icon-browser-16.png",
"19": "icons/icon-browser-19.png",
"24": "icons/icon-browser-24.png",
"32": "icons/icon-browser-32.png",
"38": "icons/icon-browser-38.png",
"48": "icons/icon-browser-48.png",
"80": "icons/icon-browser-80.png",
"96": "icons/icon-browser-96.png",
"128": "icons/icon-browser-128.png",
"256": "icons/icon-browser-256.png",
"512": "icons/icon-browser-512.png"
},
"action": {
"default_popup": "popup/popup.html",
"default_title": "__MSG_extName__",
"default_icon": {
"16": "icons/icon16.png",
"19": "icons/icon19.png",
"24": "icons/icon24.png",
"32": "icons/icon32.png",
"38": "icons/icon38.png",
"48": "icons/icon48.png",
"80": "icons/icon80.png",
"128": "icons/icon128.png",
"256": "icons/icon256.png",
"512": "icons/icon512.png"
"16": "icons/icon-browser-16.png",
"19": "icons/icon-browser-19.png",
"24": "icons/icon-browser-24.png",
"32": "icons/icon-browser-32.png",
"38": "icons/icon-browser-38.png",
"48": "icons/icon-browser-48.png",
"80": "icons/icon-browser-80.png",
"128": "icons/icon-browser-128.png",
"256": "icons/icon-browser-256.png",
"512": "icons/icon-browser-512.png"
}
}
}

0 comments on commit 716712b

Please sign in to comment.