From 25abb3273f78d585374b3d88754a1834256858a3 Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Thu, 7 Dec 2017 13:44:11 +0100 Subject: [PATCH] Version 1.6.2 - Add option to change the default click action behavior (in the right-click menu of the extension button) (#50). - Open "View source" tab at the right of the current tab. --- src/manifest.json | 2 +- src/manifest_firefox.json | 2 +- src/manifest_opera.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index c066bc0..4fc7231 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "name": "Chrome extension source viewer", "short_name": "CRX Viewer", "description": "View source code of Chrome extensions, Firefox addons or Opera extensions (crx/nex/xpi) from the Chrome web store and elsewhere.", - "version": "1.6", + "version": "1.6.2", "manifest_version": 2, "background": { "scripts": [ diff --git a/src/manifest_firefox.json b/src/manifest_firefox.json index a9f653a..954738e 100644 --- a/src/manifest_firefox.json +++ b/src/manifest_firefox.json @@ -1,7 +1,7 @@ { "name": "Extension source viewer", "description": "View source code of Firefox addons and Chrome extensions (crx/nex/xpi) from addons.mozilla.org, the Chrome Webstore and elsewhere.", - "version": "1.6.1", + "version": "1.6.2", "manifest_version": 2, "applications": { "gecko": { diff --git a/src/manifest_opera.json b/src/manifest_opera.json index 8cb9f6b..ca74013 100644 --- a/src/manifest_opera.json +++ b/src/manifest_opera.json @@ -1,7 +1,7 @@ { "name": "Extension source viewer", "description": "View source code of extensions in the Chrome Web Store, Firefox or Opera addon gallery. Has button to install from Chrome Web Store.", - "version": "1.6", + "version": "1.6.2", "manifest_version": 2, "developer": { "name": "Rob Wu",