diff --git a/src/manifest.json b/src/manifest.json index f750285..b8faedb 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.13", + "version": "1.7.0", "manifest_version": 3, "minimum_chrome_version": "88", "background": { diff --git a/src/manifest_firefox.json b/src/manifest_firefox.json index d3df27d..9c4fe0b 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.12", + "version": "1.7.0", "manifest_version": 2, "browser_specific_settings": { "gecko": { diff --git a/src/manifest_opera.json b/src/manifest_opera.json index 44bb8c4..f39682c 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.13", + "version": "1.7.0", "manifest_version": 3, "minimum_opera_version": "74", "developer": {