Skip to content

Commit

Permalink
Ajusta icones
Browse files Browse the repository at this point in the history
  • Loading branch information
natenho committed Jan 24, 2021
1 parent e9dbd14 commit 7c3e1f5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
File renamed without changes
Binary file added 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 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 added icon96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Extensão para Google Chrome que melhora a listagem de produtos no Mercado Livre.",
"version": "0.0.0.5",
"browser_action": {
"default_icon": "icon.png",
"default_icon": "icon96.png",
"default_popup": "popup.html"
},
"background": {
Expand All @@ -28,5 +28,10 @@
],
"permissions": [
"*://*.mercadolivre.com.br/*"
]
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"96": "icon96.png"
}
}

0 comments on commit 7c3e1f5

Please sign in to comment.