Skip to content

Commit

Permalink
feat: new icon
Browse files Browse the repository at this point in the history
Update eslintignore for images
Update prettierignore for images
  • Loading branch information
cadomac committed Aug 25, 2023
1 parent 322223b commit 48f4ac0
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ dist
*.html
*.json
*.yaml
*.yml
*.yml

*.png
*.jpg
*.svg
5 changes: 4 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ dist
LICENSE

*.yaml
*.yml
*.yml

*.png
*.jpg
Binary file modified packages/chrome/src/img/icon.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 packages/chrome/src/img/icon128.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 packages/chrome/src/img/icon16.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 packages/chrome/src/img/icon32.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 packages/chrome/src/img/icon48.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 packages/chrome/src/img/icon_small.png
Binary file not shown.
10 changes: 6 additions & 4 deletions packages/chrome/src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@
"default_title": "FreshEyes",
"default_popup": "popup.html",
"default_icon": {
"19": "img/action_small.png",
"38": "img/action.png"
"19": "img/icon16.png",
"38": "img/icon48.png"
}
},
"icons": {
"128": "img/icon.png",
"48": "img/icon_small.png"
"128": "img/icon128.png",
"48": "img/icon48.png",
"32": "img/icon32.png",
"16": "img/icon16.png"
},
"web_accessible_resources": [
{
Expand Down

0 comments on commit 48f4ac0

Please sign in to comment.