Skip to content

Commit

Permalink
better icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Cristian Petcu committed Jan 6, 2019
1 parent 1e99dfa commit 7ff9ffd
Show file tree
Hide file tree
Showing 10 changed files with 76 additions and 67 deletions.
Binary file modified images/icon-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 modified images/icon-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 modified images/icon-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 images/icon-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 modified images/icon-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 modified images/icon-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 images/icon-64.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 modified images/icon-96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
131 changes: 69 additions & 62 deletions images/translate_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 7 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"version": "1.3.0",
"version": "1.4.0",
"homepage_url": "https://github.com/andreicristianpetcu/google_translate_this",
"manifest_version": 2,
"description": "__MSG_appDescription__",
Expand All @@ -24,12 +24,14 @@
"*://www.gstatic.com/images/branding/*",
"*://www.google.com/images/*"
],
"browser_action": {
"default_title": "Google Translate This Page"
"browser_action": {
"default_title": "Translate This Page"
},
"page_action": {
"default_icon": "images/translate_icon.svg"
},
"default_icon": "images/icon-128.png",
"browser_style": true,
"default_title": "Translate this page"
},
"commands": {
"translate-current-page": {
"suggested_key": {
Expand Down

0 comments on commit 7ff9ffd

Please sign in to comment.