From 68a81a022240a64c294057079da3ef9df89f7c8f Mon Sep 17 00:00:00 2001 From: Andrei Cristian Petcu Date: Mon, 5 Jun 2017 23:18:19 +0300 Subject: [PATCH] removed browser style which seems unsupported on android --- manifest.json | 6 ++---- updates.json | 4 +++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 55896df..c36ae8e 100644 --- a/manifest.json +++ b/manifest.json @@ -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__", @@ -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": { diff --git a/updates.json b/updates.json index 3c8fcb6..f3ae00d 100644 --- a/updates.json +++ b/updates.json @@ -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" } ] } }