Skip to content

Commit

Permalink
Version 1.6.2
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
Rob--W committed Dec 7, 2017
1 parent 956f2d0 commit 25abb32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion src/manifest_firefox.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest_opera.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 25abb32

Please sign in to comment.