Skip to content

Commit

Permalink
removed browser style which seems unsupported on android
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Cristian Petcu committed Jun 5, 2017
1 parent 712effc commit 68a81a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 2 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"version": "1.2.6",
"version": "1.2.7",
"homepage_url": "https://github.com/andreicristianpetcu/google_translate_this",
"manifest_version": 2,
"description": "__MSG_appDescription__",
Expand All @@ -25,12 +25,10 @@
"*://www.google.com/images/*"
],
"browser_action": {
"browser_style": true,
"default_title": "Google Translate This Page"
},
"page_action": {
"default_icon": "images/translate_icon.svg",
"browser_style": true
"default_icon": "images/translate_icon.svg"
},
"commands": {
"translate-current-page": {
Expand Down
4 changes: 3 additions & 1 deletion updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
{ "version": "1.2.5",
"update_link": "https://github.com/andreicristianpetcu/google_translate_this/releases/download/v1.2.5/google_translate_this_page-1.2.5-an.fx.xpi" },
{ "version": "1.2.6",
"update_link": "https://github.com/andreicristianpetcu/google_translate_this/releases/download/v1.2.6/google_translate_this_page-1.2.6-an.fx.xpi" }
"update_link": "https://github.com/andreicristianpetcu/google_translate_this/releases/download/v1.2.6/google_translate_this_page-1.2.6-an.fx.xpi" },
{ "version": "1.2.7",
"update_link": "https://github.com/andreicristianpetcu/google_translate_this/releases/download/v1.2.7/google_translate_this_page-1.2.7-an.fx.xpi" }
]
}
}
Expand Down

0 comments on commit 68a81a0

Please sign in to comment.